win 11 22h2 update printer issue

Anonymous
2022-09-27T12:42:24+00:00

After updating older machines (2 yrs old) to the new version of windows 11(had previous version of windows 11 installed) or setting up new machines purchased earlier this month that have the new version of windows 11 installed I am no longer able to add printers from my print server. The error message I get is:

Operation cannot be completed (error 0x00000709). Double check the printer name and make sure that the printer is connected to the network. Has anyone else encountered this issue and is there a fix???

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

63 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-05T03:10:00+00:00

    Windows 11 22H2Printer issues slove

    Printer issues are back at it on Windows 11 22H2 as well

    Start => Search => Local Group Policy Editor => Computer Configuration => Administrative Templates => Printers => Configure RPC connection settings => Enabled => RPC over named pipes => Apply => Ok => Restart your PC

    Try and see, hopefully this may can help you this.

    Was this answer helpful?

    30+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-10-29T02:27:32+00:00

    this method only applies if windows 11 22H2 as a client, if as a printer sharing server then there are additional settings that must be done

    if your windows 11 22H2 is a printer sharing server, then you should try to enable these 2 ways

    Configure RPC listener settings => change protocol : RPC over named pipes and TCP

    Image

    Printer Browsing

    Image

    good luck...

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-01-18T09:17:28+00:00

    hi, after several trials and errors combining several fixes people suggested here, this is how i got mine to work.

    For host (printer server)

    1. use the gpedit fix by opening gpedit then go to Computer Configuratino > Administrative Templates > Printers : a. configure RPC connection settings, select enabled and choose RPC over named pipes
       if using Windows 11 Home Edition, open regedit then go to HKEY\_LOCAL\_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\RPC
      
      add new > DWORD(32), RpcUseNamedPipeProtocol value data : 1 b. configure RPC listener settings, select enabled and choose RPC over named pipes and TCP
       if using Windows 11 Home Edition, open regedit then go to HKEY\_LOCAL\_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\RPC
      
      add new > DWORD(32), RpcProtocols value data : 7
    2. open regedit then : a. in HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint
       add new > DWORD(32), RestrictDriverInstallationToAdministrators value data: 0
      
      b. in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print
       add new > DWORD(32), RpcAuthnLevelPrivacyEnabled value data: 0
      
    3. reboot PC

    For client side

    1. use the gpedit fix by opening gpedit then go to Computer Configuratino > Administrative Templates > Printers : a. configure RPC connection settings, select enabled and choose RPC over named pipes b. if using Windows 11 Home Edition, open regedit then go to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\RPC add new > DWORD(32), RpcUseNamedPipeProtocol value data : 1
    2. reboot PC

    that's all, i'm using Canon G2010 printer, both machines are running windows 11 22h2, hope this help.

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-11-10T13:38:06+00:00

    error showing

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2022-11-17T19:29:47+00:00

    In the end I found after reading every fix I did the following:

    Host PC with printer to share.

    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint
    RestrictDriverInstallationToAdministrators = 0

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print
    RpcAuthnLevelPrivacyEnabled = 0

    run gpedit.msc

    Computer > config > admin templates > printers

    Configure RPC listener settings enable RPC over named pipes and TCP

    printer browsing enabled

    on the shared printer settings uncheck "render print jobs on client computers"

    reboot!

    on PC client connecting to printer

    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint
    RestrictDriverInstallationToAdministrators = 0

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print
    RpcAuthnLevelPrivacyEnabled = 0

    run gpedit.msc

    Computer > config > admin templates > printers

    Configure RPC connection settings enable RPC over named pipes

    reboot!

    Now the printer sharing works!

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments