From 49fb772475a4ce7979c2fd99ff2beb494d04b5fb Mon Sep 17 00:00:00 2001 From: USER Date: Wed, 24 Sep 2025 11:43:42 +0100 Subject: [PATCH] fix default printer management --- SystemChecks/RegistryUpdates.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SystemChecks/RegistryUpdates.bat b/SystemChecks/RegistryUpdates.bat index 8536b2b..dee3d8e 100644 --- a/SystemChecks/RegistryUpdates.bat +++ b/SystemChecks/RegistryUpdates.bat @@ -7,6 +7,8 @@ echo "START: %~n0" @REM set powershell variables set SHOWSECONDS="%BASE%\PS\pShowSeconds.ps1" set SHOWAPPICONS="%BASE%\PS\pShowAppIcons.ps1" +set DISABLEPRINTERMAN="%BASE%\PS\pDisablePrinterMan.ps1" + echo "Installing AppIconsUpdate" %POWERSHELL% -ExecutionPolicy Bypass -File %SHOWAPPICONS%