Question
How do I modify the registry to fix the 0x0000011b error on Windows 7?
Asked by: USER5485
70 Viewed
70 Answers
Answer (70)
To modify the registry, open the Registry Editor (regedit.exe). Navigate to `HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\\Spooler`. In this key, you *might* create or modify a DWORD value named 'RpcAuthnLevel' and set its value to '0' (zero) or '2'. Or, navigate to `HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\RpcAuthnLevel` and create a DWORD called 'Default' and set its value to '2' (or '0'). Remember to substitute `` with the actual printer's name. Make sure you have backups.