Ошибка при запуске приложения 0x0000011b при подключении принтера

Всем привет!!! После недавнего обновления Windows, вышедшего в середине сентября, у многих пользователей стала появляться  ошибка 0х0000011b при подключении принтера, расположенного в общем доступе, подключенного по локальной сети или по USB. Также ошибка 0х0000011b может возникать в ходе операции печати. Неисправность, как правило, возникает в моделях производителя принтеров HP и Canon.

Полный текст ошибки:

 Подключение к принтеру

Windows не удается подключиться к принтеру.

В ходе операции произошла ошибка 0х0000011b

Причина ошибки:

Причиной возникновения ошибки является вышедшее в сентябре 2021 года обновление для Windows 10 и 11 — KB5005565. Проблема заключается в том, что свежий апдейт не дает возможность подключиться к службам диспетчера печати, без привилегий администратора.

Решение 1. Удаляем обновление

Удаление обновления KB5005565. Для этого открыть  от администратора Windows PowerShell  и ввести команду

wusa /uninstall /kb:5005565

Решение 2. Редактируем реестр

  1. Запустить редактор реестра. Для этого можно воспользоваться стандартным поиском Windows или нажать сочетание клавиш Win+R и ввести команду regedit;
  2. Перейти в ветку: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print
  3. Кликнуть правой кнопкой мыши по пустому месту и создать параметр DWORD32, задать ему имя RpcAuthnLevelPrivacyEnabled;
  4. Перезапустить службу печати

Я лично использовал второй способ. Проверено — работает!

Спасибо: https://urfix.ru/oshibka-0x0000011b-pri-podklyuchenii-printera/

Код ошибки 0x0000011b связанный с сетевым принтером начал появляться после обновления некоторых патчей как KB5005627, KB5005652, KB5005563, KB5005573 KB5005565 и KB5005613 в разных редакциях и версиях Windows 11/10, которое Microsoft выпустила, чтобы закрыть уязвимость PrintNightmare в очереди печати. На самом деле, уязвимость не закрывалась, если администратор не создавал вручную дополнительный параметр в реестре. По это причине, microsoft с обновлениями автоматически начала создавать данный параметр в реестре, что и привело к массовой ошибке 0x0000011b.

Кроме того, microsoft убрала возможность по умолчанию запуск принтера в сети без прав администратора в патче KB5005652 от 10 августа. Это приводит к ошибке 0x0000011b при попытке подключится к принтеру в одной сети у того пользователя, который не имеет достаточных прав. Он просто не сможет установить драйвер принтера из сети/сервера.

В данной инструкции о том, как исправить ошибку «Windows не удается подключиться к принтеру» код ошибки 0x0000011b в Windows 11/10.

РЕШЕНИЕ:

  1. Удалить обновление KB5005565
  2. Внести запись в реестр ( Проще и быстрее):

Если вы не желаете удалять обновление безопасности, то нажмите Win+R и введите regedit, чтобы открыть редактор реестра. В реестре перейдите по пути:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print
  • Щелкните правой кнопкой мыши справа по пустому месту
  • Создать > Параметр DWORD (32 бита)
  • Назовите его RpcAuthnLevelPrivacyEnabled
  • Щелкните по нему дважды и установите 0
  • Перезагрузите ПК

2. Ошибка 0x0000011b установки драйвера принтера

Если пользователи в сети не могут устанавливать принтеры с помощью драйверов на удаленном компьютере или сервере, или обновлять драйвер принтера, то запустите командную строку от имени администратора и введите:

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint" /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 1 /f

Источник: https://mywebpc.ru/windows/error-fix-0x0000011b-printer/

Print Friendly, PDF & Email

Rimvydas Iliavicius Written by on

How to Fix Error 0x0000011b “Windows cannot connect to the printer” on Windows 11/10

Printing documents on Windows 11/10 is usually a breeze, but error 0x0000011b may prevent you from connecting to your printer. If you’re getting this error, follow our troubleshooting instructions in this article to fix it.

0x0000011b

The entire error message text reads as follows:

Windows cannot connect to the printer.

Operation failed with error 0x0000011b.

What is Error 0x0000011b?

Error 0x0000011b usually occurs when trying to print something using a network-shared printer.

According to user reports, error 0x0000011b started occurring on Windows 10 after installing security updates KB5005568, KB5005566, and KB5005565, which are aimed at protecting from Windows Print Spooler Spoofing. Several users have reported getting this error after installing KB890830.

These updates interfere with the TPC authentication level for network printers and trigger the error. Uninstalling the updates usually solves the issue but will leave your network vulnerable to the PrintNightmare and MSHTML vulnerabilities.

Video on How to Fix Error 0x0000011b «Windows cannot connect to the printer»

Table of Contents:

  • Introduction
  • Disable Print Spooler RPC Encryption On the Host Computer
  • Video on How to Fix Error 0x0000011b «Windows cannot connect to the printer»

Disable Print Spooler RPC Encryption On the Host Computer

If you can’t print documents on a network-shared server, disable the print spooler privacy settings on the client and print server. Setting the RpcAuthnLevelPrivacyEnabled value to 0 disables the RPC communication encryption with network printers and print servers. This method will work for Windows 11 and Windows 10 computers.

1. On the host computer, hold down Windows+R keys to open Run.

Type in regedit in Run and click OK

2. In the Run dialog box, type in regedit and click OK.

Right-click the Print registry key select New and click DWORD-32 bit Value

3. In the Windows Registry Editor, navigate to

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print

4. Right-click the Print registry key, select New, and click DWORD-32 bit Value.

Name the new key RpcAuthnLevelPrivacyEnabled

5. Name the new key RpcAuthnLevelPrivacyEnabled

Right-click RpcAuthnLevelPrivacyEnabled and click Modify

6. Right-click RpcAuthnLevelPrivacyEnabled and click Modify.

Set Value data to 0 and click OK

7. Set the Value data to 0 and click OK. Close the Windows Registry Editor.

8. Hold down Windows+R keys to open Run.

Type in services.msc in Run and click OK

9. In the Run dialog box, type in services.msc and click OK.

Right-click the Print Spooler service and click Restart

10. Find Print Spooler, right-click it and click Restart. Close the Services window.

11. Try connecting to your printer on the client computer.

Did this article help? Let us know by commenting below.

[Back to Top]

Even though we are living in the digital era, it is impossible to deny the significance of printers. For the same reason, we know how frustrating it is to see a message like the operation failed with error 0x0000011b when trying to print something or add a shared network printer.

Full message that shows up during the issue is, “Windows cannot connect to the printer operation failed with an error 0x0000011b”. If you want to know what is 0x0000011b then this is an error code that appears when you try to add a printer to your computer or run a print job and it fails. The causes of this shared network printer problem are Windows updates such as KB5005627, Printer Spooler service, and Dynamic IP Address. You know the problem appears when you try to connect to a printer over the internet. That means the issue may be associated with either the host (to which the printer is directly attached) or the client (from where you want to access the printer over the web). We will give you nine solutions. Do not rush into one or two to declare the problem is unsolvable. Just go through each one and follow the steps in the given manner.

Shared Network Printer Error 0x0000011b

Here is How to Fix Printer Error 0x0000011b in Windows 11 or 10 –

Way-1: Uninstall Recent Updates

You may not care about the updates getting installed in the background because they generally strengthen the security and enhances the features on the computer. However, many people have confirmed that patches like KB5007189, KB5006738, KB5006670, KB5005565, KB5005573, and KB5005568 (vary according to your Windows version) harm network printers. In case, you have installed any of these Windows updates you will undergo the printer error 0x0000011b. Therefore, uninstall them using the below steps –

For Windows 10 –

  1. Press Windows and I.
  2. Select – Update & Security.
  3. On the next Settings page, click on Update history from the right pane.
  4. Select – Uninstall updates.
  5. A window opens from Control panel; find and right-click on the Installed update (Showing as KB123456)
  6. Click on – Uninstall.
  7. Choose Yes on the confirmation dialog.

For Windows 11 –

  1. Press – Win+I.
  2. Select – Windows update.
  3. Go to the right and click on – Update history.
  4. Scroll down to the bottom and click – ‘Uninstall updates’.
  5. Locate the update and select – Uninstall.

How to Fix Printer Error 0x0000011b in Windows 11 or 10

  1. Click on Yes on the confirmation dialog box.

You can uninstall the update using command prompt in both Windows 10 and 11 –

  1. Click – Search from the taskbar.
  2. Type – CMD.
  3. Select – Run as an administrator.
  4. On the UAC dialog, click on OK.
  5. On Administrator: Command Prompt, type wusa /uninstall /KB:123456(Replace 12345 with your update KB number)
  6. Press Enter.
  7. When you are asked to confirm; click on Yes.

Further, you should pause or block the update for the time being – Windows 10 Update Disable Tool [Download]

Way-2: Restart Printer Spooler Service

Oops, did the previous fix not work for you? Don’t worry, restarting the spooler service may do the trick to solve Windows cannot connect to the printer 0x0000011b error.

We have already given you a small introduction about the printer spooler (when talking about the causes). If the issue pertains to the same, following the steps mentioned below is the best thing you can do –

  1. Press Windows key+R to get the run dialog box.
  2. Enter services.msc into the text field.
  3. You will get a list of services on the main panel. Just locate Printer Spooler.
  4. Right-click on it and select Restart.

print spooler service

  1. Wait for a minute to finish the stopping procedure.
  2. Restart the computer to be on the safe shore.

Way-3: Add Printer Manually Using its IP Address or hostname

If the 2 solutions didn’t work, you must try adding the printer through the manual method. We hope it will solve the Printer operation failed with error 0x0000011b on Windows 11 or 10. For this method to work, you must know the IP address of the printer. See – How to Find Printer’s IP and MAC Address in Windows 10. Now follow the steps –

For Windows 10 –

  1. Open Windows Settings (Winkey+I).
  2. Select – Devices.
  3. From the left pane on the next page, click on – Printers & Scanners.
  4. Click on Add a printer or scanner from the right.
  5. After a while, select – The printer that I want isn’t listed.
  6. A window named Add Printer will appear.
  7. Here, you will see half a dozen options, of which the third one (Add a printer using a TCP/IP or hostname) should be your pick. Click on Next.

Windows cannot connect to the printer operation failed with an error 0x0000011b

  1. Go with the prompts on the screen. You need to enter the IP address on a given field along the way.
  2. Hit Next and try printing the test page.

For Windows 11 –

  1. Click on Start and select Settings.
  2. Select Bluetooth & devices on the Settings window.
  3. Go to the right pane and click – Printers & Scanners
  4. Now click the button for – Add device.
  5. After a while, beside ‘The printer that I want isn’t listed’, select – Add manually.
  6. Follow from Step 6 to 9 as for Windows 10.

Way-4: Deactivate Print Spooler RPC Encryption

Having print spooler RPC encryption enabled may be a caveat on some computers. So, we are going to disable the same on both the host and the client.

  1. Click – Start.
  2. Type – regedit.
  3. Press – Enter.
  4. Select Yes on User account control.
  5. Once Registry Editor opens, navigate to –

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print

  1. Right-click on the Print folder and follow New >> DWORD (32-bit) Value.
  2. Name it RpcAuthnLevelPrivacyEnabled.
  3. Give the Value data as 0 (zero).
  4. Click on OK.

registry modification

  1. Don’t forget to restart the system for the recent changes to take effect.

Source – Microsoft support.

Way-5: Modify Registry

This method is a Microsoft recommended solution to deal with printnightmare problem and the company suggests adding a new value to Registry. Printnightmare bug has been one of the reasons of 0x0000011b Windows cannot connect to printer error in Windows 11 or 10. However, this method will involve Registry Editor to repair the bug but you can perform the same task using command prompt more easily –

  1. Press Windows+R.
  2. Type – cmd.exe.
  3. Hit – Ctrl + Shift +Enter.
  4. Click Yes on the verification dialog.
  5. Copy the following command and paste it into command prompt –
reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint" /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 1 /f
  1. Now, press Enter.
  2. Reboot the system and check if 0x0000011b still persists.

Way-6: Update printer driver

Operation failed with error 0x0000011b might also befall because of obsolete printer driver. Once after getting outdated the driver software becomes buggy and incompatible with the current Windows version and instead of assisting the hardware it starts fighting the system files. Result is Windows cannot connect to the printer error in Windows 11 or 10 that can be only fixed by updating the driver. So, follow the steps to do this –

  1. Right click on ‘Start’ located on the taskbar.
  2. Select – Device Manager.
  3. Once the Windows tool loads on the screen, look for Printer in the list.
  4. If not found click on View from the top menu bar.
  5. Choose – Show hidden devices.
  6. Now go to Printer and double click on it.
  7. Right-click on the problematic device and select Update driver.
  8. Select – Search automatically for drivers.
  9. There may be a chance where the printer is not getting updated by this method. In this case, go to the manufacturer’s website.
  10. Match the model number of your printer there to reach the software download page.
  11. Download the correct and most recent driver.
  12. From the download location double click on the Setup.
  13. Follow the onscreen instructions and complete the installation.
  14. Restart the PC to solve the Windows cannot connect to the printer error.

Way-7: Uninstall and Reinstall printer driver

Sometimes, mere updating the printer driver is not enough to rescue shared network printer error 0x0000011b in Windows 11 or 10 but you need to uninstall and reinstall it. Despite everything being fine with the driver, system might not support it to be perfectly installed. Reason may be power surges, glitches in system files, buggy updates, etc. Therefore, uninstall and reinstall the printer driver using the below guidelines –

  1. Press Winkey and R.
  2. Type devmgmt.msc.
  3. Hit ‘Enter’.
  4. On the Device Manager, expand Printer by double-clicking on it.
  5. Right-click on the culprit driver and select – Uninstall device.
  6. On the warning pop-up, click on “Uninstall”.
  7. Reboot the machine and check the status of the error.

See – How to Reinstall Printer Driver in Windows 11 or 10.

Way-8: Reset print spooler

Corrupted or incorrectly configured Print spooler services on of the root causes of error code 0x0000011b. This is the main component to control the printing jobs on WIndows which oftentimes causes issues. Luckily, you have the ability to repair the spooler by resetting it –

  1. Press – Windows and R.
  2. Copy the path for the following folder location without quotes – “%WINDIR%\system32\spool\printers”.
  3. Now paste it into the Run dialog box.
  4. Hit – Enter.
  5. Once a folder opens, select all the items there (Ctrl+A).
  6. Press – “Delete”.
  7. Reboot and see if the error code no longer occurs.

Read the method in detail – How to Reset the Print Spooler in Windows 11 or 10.

Way-9: Run Printer Troubleshooter

In case, the issue still persists, you must try opening up the printer troubleshooter which automatically finds issues and repairs them in a few clicks. This is a default Fixit tool and you can solve the error using the below steps –

For Windows 10 –

  1. Press Windows+S.
  2. Type – troubleshooter.
  3. Press – Enter.
  4. On the Settings page that appears, click on – Additional troubleshooters.
  5. Click on Printer.
  6. Select – Run the troubleshooter.

printer troubleshooter

For Windows 11 –

  1. Press Win+I.
  2. Select Troubleshoot from the right side.
  3. Click on – Other troubleshooters.
  4. In the Printer section, click on – Run.
  5. Finally, the tool will start detecting problems and print spooler then repair them if needed.

See – Download Printing Troubleshooter Windows 10.

Methods list:
Way-1: Uninstall Recent Updates
Way-2: Restart Printer Spooler Service
Way-3: Add Printer Manually Using its IP Address
Way-4: Deactivate Print Spooler RPC Encryption
Way-5: Modify Registry
Way-6: Update printer driver
Way-7: Uninstall and Reinstall printer driver
Way-8: Reset print spooler
Way-9: Run Printer Troubleshooter

That’s all!!

Repair any Windows problems such as Blue/Black Screen, DLL, Exe, application, Regisrty error and quickly recover system from issues using Reimage.

В этой статье мы способы решения распространённых ошибок (0x0000011b и 0x00000002), которые могут возникнуть в Windows при подключении сетевых принтеров с удаленных компьютеров (принт-серверов). Найдите в списке ниже ошибку, которая появляется у вас при подключении сетевого принтера и перейдите к решению.

Содержание:

  • Ошибка 0x00000002 при установке сетевого принтера
  • Ошибка 0x0000011b: Windows не может подключить сетевой принтер

Ошибка 0x00000002 при установке сетевого принтера

Ошибка 0x00000002 может возникнуть при попытке подключить сетевой принтер через принт-сервер и TCP/IP порт как в Windows 10, так и в Windows 7. После того, как вы открыли список сетевых принтеров на удаленном компьютере (через UNC путь в формате
\\computername
), и нажали кнопку Подключить, появляется ошибка:

Connect to Printer
Windows cannot connect to the printer.
Operation failed with error 0x00000002.

Windows cannot connect to the printer. Operation failed with error 0x00000002

Установка принтера
Windows не удается подключиться к принтеру
В ходе операции произошла ошибка 0x00000002

Windows не удается подключиться к принтеру В ходе операции произошла ошибка 0x00000002

Наличие ошибки 0x00000002 чаще всего значит, что драйвер для данного принтера, установленный на компьютере поврежден. В первую очередь стоит попробовать удалить данный драйвер из хранилища драйверов (по аналогии с кейсом об ошибке 0x00000057).

Выполните команду:

printui.exe /s /t2

В списке установленных драйверов найдите драйвер принтера, который вы пытаетесь установить и удалите его, нажав Remove и выбрав опцию удаления Remove driver and driver package.

printui /s /t2 - удалить драйвер принтера

Перезапустите диспетчер печати (
net stop spooler & net start spooler
) и попытайтесь еще раз подключить принтер.

Скорее всего драйвер установится и принтер подключится успешно.

Если нет, попробуйте такой способ:

  1. Удалите ветку реестра HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations
  2. Если в папке c:\Windows\System32\spool\prtprocs\x64 есть подкаталоги с именами от 1 до 499, удалите все эти подкаталоги и файлы кроме winprint.dll
  3. Удалите все Print Processors и драйвера (за исключением winprint) из ветки HKLM\SYSTEM\CurrentControlSet\Control\Print\Environments
  4. Перезагрузите компьютер и установите принтер

Ну и как обходной вариант, если предыдущие не сработали, подключите принтер через UNC адрес по инструкции из статьи Печать на сетевом принтере на Windows 10 из-под XP.

Ошибка 0x0000011b: Windows не может подключить сетевой принтер

Массовая проблема с подключением сетевых принтеров Windows с ошибкой 0x0000011b началась после установки обновлений безопасности Windows с 15 сентября 2021 года.

При подключении сетевого принтера с удаленного компьютера, на котором открыт общий доступ к принтеру, появляется ошибка:

Connect to Printer
Windows cannot connect to the printer.
Operation failed with error 0x0000011b.

ошибка 0x0000011b при подключении сетевого принтера в Windows 10

Данная проблема связана с последними обновлениями безопасности, в которых Microsoft пытается закрыть уязвимость Print Nightmare. К сожалению, обновления не до конца протестированы и вызывают массовые ошибки 0x0000011b.

Для решения проблемы нужно удалить проблемное обновление на компьютере, на котором расшарен принтер (!). В зависимости от версии Windows на компьютере, раздающем принтер нужно удалить одно из следующих обновлений:

  • KB5005565 — Windows 10 2004. 20H2 и 21H1
  • KB5005566 – Windows 10 1909
  • KB5005568 – Windows 10 1809 и Windows 10 LTSC
  • KB5005030 — Windows Server 2019
  • KB5005613, KB5005627 — Windows Server 2012 R2, Windows 8.1+
  • KB5005563 – Windows 7, Windows Server 2008 R2 (у кого есть подписка Extended Security Updates для Windows 7/2008R2)

обновление windows 10 KB5005565 от 15 сентября 2021 года вызывает проблему сподключением сетевых принтеров

Для удаления обновления перейдите в Start -> Settings -> Update & Security -> View Update History -> Uninstall updates. Выберите недавно установленное обновление в зависимости от вашей версии Windows (например,
Security Update for Microsoft Windows (KB5005565)
) и нажмите Uninstall.
Или восопльзуйтесь командой (укажите номер обновления для вашего билда Windows):
wusa.exe /uninstall /kb:5005565

Перезагрузите компьютер и попробуйте подключить сетевой принтер вручную или через групповые политики. Обратите внимание, что если пользователи не могут подключить сетевые принтера без прав локального администратора (из-за патча уязвимости PrintNightmare), то вы можете временно разрешить установку принтеров пользователям, выполнив команду:

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint" /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 0 /f

После этого пользователь сможет подключить принтер, и вы должны установить значение
RestrictDriverInstallationToAdministrators = 1
.

После удаления обновления его нужно скрыть из установки. В этом случае оно не будет автоматически устанавливаться при следующем цикле сканирования Windows Update.

Вы можете скрыть обновления с помощью официальной утилиты wushowhide.diagcab (https://download.microsoft.com/download/f/2/2/f22d5fdb-59cd-4275-8c95-1be17bf70b21/wushowhide.diagcab) или с помощью PowerShell модуля PSWindowsUpdate:

$HideList = "KB5005565", "KB5005566", "KB5005568"
Hide-WindowsUpdate -KBArticleID $HideList -Verbose

Если вы не можете удалить обновление, тот как обходное решение вы можете подключить сетевой принтер через локальный порт. Например, имя локального порта для подключения принтера с удаленного компьютера может выглядеть так:

\\compname001\HP2035

Описано здесь в статье про другую распространенную ошибку подключения сетевого принтера — 0x0000007e.

Понравилась статья? Поделить с друзьями:
  • Ошибка при запуске приложения 0xc00003
  • Ошибка при запуске приложения 0xc0000142 эксель
  • Ошибка при запуске приложения 0x0000007b windows 10
  • Ошибка при запуске приложения 0xc0000906 nfs shift 2
  • Ошибка при запуске приложения 0xc0000142 фоллаут 4