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%