diff options
-rw-r--r-- | 0-win10prep.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0-win10prep.bat b/0-win10prep.bat index 8f05d76..ef9997f 100644 --- 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 |