bugfix
This commit is contained in:
parent
a608062ea3
commit
7cfb827307
@ -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 #######
|
||||||
|
Loading…
Reference in New Issue
Block a user