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