This commit is contained in:
Michael H.G. Schmidt 2023-02-14 15:08:15 +01:00
parent a608062ea3
commit 7cfb827307

View File

@ -181,10 +181,6 @@ echo.
call install-shortcuts.cmd
echo.
rem should be done as late as possible ...
call install-logonscript.cmd
echo.
echo #####################
echo ### DISABLE tasks ###
echo #####################
@ -252,12 +248,21 @@ call remove-printer.cmd "Microsoft XPS Document Writer"
call remove-printer.cmd "Fax"
echo.
echo #####################
echo ### FINALIZING ###
echo #####################
echo.
rem enable updates again (doing it as late as possible) ...
if %windows_updates% == 1 (
call enable-updates.cmd
echo.
)
rem should be done as late as possible ...
call install-logonscript.cmd
echo.
date /t
time /t
echo ####### %0 #######