win10-prep

Batch script to tweak Windows 10 to a more usable form
Log | Files | Refs

commit 01a0c7f6a6c35e8a6598e47e6228390d638ae883
parent 3dc4f8279714bcf72fc54dc17b8a7be0cbc09a91
Author: breadcat <peter@minskio.co.uk>
Date:   Sun,  5 Jul 2020 18:59:30 +0100

Rename script

Reflects lack of sub-scripts

Diffstat:
Mreadme.md | 2+-
R0-win10prep.bat -> win10-prep.bat | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -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