From ad783364d735372d6d2f807e5dc9253f1db12eba Mon Sep 17 00:00:00 2001 From: USER Date: Thu, 21 Aug 2025 18:24:39 +0100 Subject: [PATCH] . --- bin/l_RunRegEditUpdates.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 + ) )