To fix error 0x0000011b, go to the host computer sharing the printer
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f To fix error 0x0000011b, go to the host computer sharing the printer, open the Registry Editor, and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print. Create a new DWORD (32-bit) Value called RpcAuthnLevelPrivacyEnabled and set its value data to 0. Restart the Print Spooler service from the Services app (or restart the computer) and then try connecting from the client computer again. This video demonstrates how to access and modify the registry, including creating a new DWORD value: Related video thumbnailFavicon YouTube • MDTechVideos 56s Detailed Steps On the Host Computer (the PC with the shared printer): Open the Registry Editor: Press the Windows key + R to open the Run dialog. Type regedit and press Enter, or click OK. Navigate to the correct key: In the Registry Editor, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print. Create the...