diff --git a/SystemChecks/RegistryUpdates.bat b/SystemChecks/RegistryUpdates.bat index dee3d8e..4484fa6 100644 --- a/SystemChecks/RegistryUpdates.bat +++ b/SystemChecks/RegistryUpdates.bat @@ -16,4 +16,7 @@ echo "Installing AppIconsUpdate" echo "Installing SecondsUpdate" %POWERSHELL% -ExecutionPolicy Bypass -File %SHOWSECONDS% +echo "Disable Windows Deafult Printer Management" +%POWERSHELL% -ExecutionPolicy Bypass -File %DISABLEPRINTERMAN% + echo "FINISHED: %~n0"