Created
September 6, 2022 19:09
-
-
Save Jacob-Tate/fa0e08e9ae9031b738cb26a3ba98b83a to your computer and use it in GitHub Desktop.
Fixes various issues with printers in windows 10 and 11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers] | |
"ForceCSREMFDespooling"=dword:00000000 | |
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print] | |
"RpcAuthnLevelPrivacyEnabled"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment