-if Repair- Fix Error 0x0000011b .reg [top] Direct
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\PointAndPrint] "RestrictDriverInstallationToAdministrators"=dword:00000000
When Microsoft patched the Print Spooler, they introduced this DWORD. When set to 1 (Default after patch), it requires RPC authentication to be set to RPC_C_AUTHN_LEVEL_PKT_PRIVACY (Encryption). Setting it to 0 reverts the print server to the legacy, insecure authentication level, bypassing error 0x0000011b. -IF Repair- Fix error 0x0000011b .reg
Error 0x0000011b translates to RPC_S_INVALID_BINDING . In plain English, the print server (the computer sharing the printer) rejected the remote procedure call (RPC) from the client computer because the security policies did not match. insecure authentication level