This commit is contained in:
USER
2025-08-21 20:37:19 +01:00
parent 2228eab70a
commit 837d0723a6
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ call C:\Scripts\wLocal\localENV.bat
echo "START: %~n0"
set PRINTERPS="%LOCAL%\PS\pAddPrinters.ps1"
set BROTHERPS="%LOCAL%\PS\pAddNetBrother.ps1"
set BROTHERPS="%LOCAL%\PS\pShowSeconds.ps1"
set ZEBRAPS="%LOCAL%\PS\pShowAppIcons.ps1"
set EXE="Powershell.exe"
@ -92,7 +92,7 @@ if [%ZUPER%] == [1] (
)
if [%PRINTER%] == [3] (
echo "Installing SecondsUpdate and AppIconsUpdate"
@REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS%
%EXE% -ExecutionPolicy Bypass -File %BROTHERPS%
%EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
)