From 004961c0a812dca3bb4327e5970845b138994db4 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 5 Jul 2020 18:17:57 +0100 Subject: Tidied unused local server sections No longer use local server, so removed sections relating to it, also removed activation as no longer running that server --- 0-win10prep.bat | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to '0-win10prep.bat') diff --git a/0-win10prep.bat b/0-win10prep.bat index 671fbd5..a4b7c4e 100644 --- a/0-win10prep.bat +++ b/0-win10prep.bat @@ -25,29 +25,20 @@ if %errorLevel% == 0 ( ) rem Process - nul -echo done nul +call "1-tweaks.bat" > nul echo done nul +call "2-registry.bat" > nul echo done nul +call "3-remove.bat" > nul echo done nul -echo done - nul -echo done - nul +call "4-install.bat" > nul echo done nul +call "5-clean.bat" > nul echo done rem complete -- cgit v1.2.3