diff --git a/PS/pDisablePrinterMan.ps1 b/PS/pDisablePrinterMan.ps1 new file mode 100644 index 0000000..3cad890 --- /dev/null +++ b/PS/pDisablePrinterMan.ps1 @@ -0,0 +1,5 @@ + +If (!(Test-Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows")) { + New-Item -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" | Out-Null } +Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" -Name "LegacyDefaultPrinterMode" -Type DWord -Value 1 +