summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win10-prep.bat20
1 files changed, 10 insertions, 10 deletions
diff --git a/win10-prep.bat b/win10-prep.bat
index 3d6dc96..c93e896 100644
--- 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.