diff --git a/bin/l_RunRegEditUpdates.bat b/bin/l_RunRegEditUpdates.bat index c639f3b..aebfbf1 100644 --- a/bin/l_RunRegEditUpdates.bat +++ b/bin/l_RunRegEditUpdates.bat @@ -85,18 +85,17 @@ if [%ZUPER%] == [1] ( if [%PRINTER%] == [1] ( echo "Installing Brother" @REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% - shutdown /r /t 1 ) if [%PRINTER%] == [2] ( echo "Installing Zebra" @REM %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% - shutdown /r /t 1 + ) if [%PRINTER%] == [3] ( echo "Installing SecondsUpdate and AppIconsUpdate" @REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% - shutdown /r /t 1 + ) )