diff options
author | breadcat | 2020-07-05 18:59:30 +0100 |
---|---|---|
committer | breadcat | 2020-07-05 18:59:30 +0100 |
commit | 01a0c7f6a6c35e8a6598e47e6228390d638ae883 (patch) | |
tree | 59945beeef3cb884ba951a51e7f51fa48a18402e | |
parent | 3dc4f8279714bcf72fc54dc17b8a7be0cbc09a91 (diff) | |
download | win10-prep-01a0c7f6a6c35e8a6598e47e6228390d638ae883.tar.gz win10-prep-01a0c7f6a6c35e8a6598e47e6228390d638ae883.tar.bz2 win10-prep-01a0c7f6a6c35e8a6598e47e6228390d638ae883.zip |
Rename script
Reflects lack of sub-scripts
-rw-r--r-- | readme.md | 2 | ||||
-rw-r--r-- | win10-prep.bat (renamed from 0-win10prep.bat) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -7,5 +7,5 @@ Entirely built for personal use, but hopefully somebody may find the contents us ## Install ``` @powershell Invoke-WebRequest https://github.com/breadcat/win10-prep/archive/master.zip -UseBasicParsing -OutFile "win10-prep.zip" ; Expand-Archive -Path "win10-prep.zip" -@powershell Start-Process "win10-prep\win10-prep-master\0-win10prep.bat" -Verb runAs +@powershell Start-Process "win10-prep\win10-prep-master\win10-prep.bat" -Verb runAs ```
\ No newline at end of file diff --git a/0-win10prep.bat b/win10-prep.bat index 22dd235..22dd235 100644 --- a/0-win10prep.bat +++ b/win10-prep.bat |