Operation failed with error 0x0000011B

JB MARTA 1 Reputation point
2022-04-08T17:51:42.16+00:00

We just started experiencing this problem, it is definitely a windows update problem and it is only effecting a few of our systems.
I don't want to uninstall the updates but I will like to know which is... can you help me and also list of options to resolve this issue.

overall problem... Some users are getting access deny, when we uninstall the network printer and try to reinstall it we can the error "Operation failed with error 0x0000011B"

Windows Server Printing
Windows Server Printing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Printing: Printer centralized deployment and management, scan and fax resources management, and document services
658 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Carl Fan 6,836 Reputation points
    2022-04-18T08:37:59.587+00:00

    Hello JBIT-299,

    According to your description, the issue seems related to printer issue.

    After installing updates, client may not connect to printer server to printer. This used to be a known issue. For 0x11B issue, we could modify the registry below under client and printer server.

    Client:
    reg add HKLM\ Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 0 /f
    reg add HKLM\ System\CurrentControlSet\Control\Print /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f

    Then restart printer spooler service

    Printer server:

    reg add HKLM\ System\CurrentControlSet\Control\Print /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f

    Then restart printer spooler service. Try to connect again.

    Meanwhile, I suggest that client and server could install the latest security update.

    If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.

    Best Regards,

    Carl

    0 comments No comments