fix default printer management

This commit is contained in:
USER
2025-09-24 11:43:42 +01:00
parent aa10e6dd54
commit 49fb772475

View File

@ -7,6 +7,8 @@ echo "START: %~n0"
@REM set powershell variables @REM set powershell variables
set SHOWSECONDS="%BASE%\PS\pShowSeconds.ps1" set SHOWSECONDS="%BASE%\PS\pShowSeconds.ps1"
set SHOWAPPICONS="%BASE%\PS\pShowAppIcons.ps1" set SHOWAPPICONS="%BASE%\PS\pShowAppIcons.ps1"
set DISABLEPRINTERMAN="%BASE%\PS\pDisablePrinterMan.ps1"
echo "Installing AppIconsUpdate" echo "Installing AppIconsUpdate"
%POWERSHELL% -ExecutionPolicy Bypass -File %SHOWAPPICONS% %POWERSHELL% -ExecutionPolicy Bypass -File %SHOWAPPICONS%