win10-prep

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

commit 8cca3060a1078c6af31452c90a474e8692e6f130
parent 4caed47bbc9353bcaa3e79622ebfd14d55bff79f
Author: breadcat <peter@minskio.co.uk>
Date:   Mon, 13 Jul 2020 04:07:29 +0100

Alter whitespace in status messages

Diffstat:
Mwin10-prep.bat | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/win10-prep.bat b/win10-prep.bat @@ -25,21 +25,21 @@ if %errorLevel% == 0 ( ) rem Process -<NUL set /p=:: System Tweaks... +<NUL set /p=:: System Tweaks... call :system_tweaks > nul -echo done -<NUL set /p=:: Registry Tweaks... +echo. done +<NUL set /p=:: Registry Tweaks... call :registry_tweaks > nul -echo done -<NUL set /p=:: Removing Software... +echo. done +<NUL set /p=:: Removing Software... call :remove_software > nul -echo done -<NUL set /p=:: Installing Software... +echo. done +<NUL set /p=:: Installing Software... call :install_software > nul -echo done -<NUL set /p=:: Clean Up... +echo. done +<NUL set /p=:: Clean Up... call :cleanup > nul -echo done +echo. done rem complete echo.