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 #######