You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script Configure-Policies.ps1 won't remove the "Do you trust this printer" prompt. The script will block connections to the servers which are not defined but Windows doesn't trust the defined servers.
Should the script work after Microsoft's PrintNightmare updates?
The text was updated successfully, but these errors were encountered:
The current version of the script Configure-Policies.ps1 won't disable the "Do you trust this printer" prompt.
To remove the prompt one need to set key RestrictDriverInstallationToAdministrators to 0. reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint" /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 0 /f
The script Configure-Policies.ps1 won't remove the "Do you trust this printer" prompt. The script will block connections to the servers which are not defined but Windows doesn't trust the defined servers.
Should the script work after Microsoft's PrintNightmare updates?
The text was updated successfully, but these errors were encountered: