From 7cfb827307d06e469d85d9ea245625e10282b215 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 14 Feb 2023 15:08:15 +0100 Subject: [PATCH] bugfix --- scripts/autoconfig-all.cmd | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd index b7c1571..e7c5ca1 100644 --- a/scripts/autoconfig-all.cmd +++ b/scripts/autoconfig-all.cmd @@ -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 #######