win10-prep

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

commit ab0ca4d2d3f53b28cb3f11d1d06f95c94cce3a4c
parent db5bb1c3c6c0316d17ba6f080d915b1f5261a16b
Author: breadcat <peter.gill@chillitelecom.co.uk>
Date:   Mon, 10 Jun 2019 08:53:50 +0100

Fix long-standing bug

Sorry.

Diffstat:
M0-win10prep.bat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/0-win10prep.bat b/0-win10prep.bat @@ -22,7 +22,7 @@ echo done call "2-tweaks.bat" > nul echo done <NUL set /p=:: Registry Tweaks... -call "3-tweaks.bat" > nul +call "3-registry.bat" > nul echo done <NUL set /p=:: Removing Programs... call "4-remove.bat" > nul