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.
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.
2. In the Run dialog box, type in regedit and click OK.
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.
5. Name the new key RpcAuthnLevelPrivacyEnabled
6. Right-click RpcAuthnLevelPrivacyEnabled and click Modify.
7. Set the Value data to 0 and click OK. Close the Windows Registry Editor.
8. Hold down Windows+R keys to open Run.
9. In the Run dialog box, type in services.msc and click OK.
10. Find Print Spooler, right-click it and click Restart. Close the Services window.
11. restart windows
12. now you can able to connect the printer on the given error.
First we will see how to do it for one account then we will see how to do it for multiple accounts. 1. Install Prerequisites: We will need MSOnline module to connect to Office 365 with PowerShell. Open a PowerShell prompt with administrator rights : 2. Install MSOnline module : It will Also install NuGet Provider , accept and yes to continue. 3.Connect to Office 365 Use Connect-MsolService to open the Microsoft Office 365 sign in window : Now a Pop Up windows will open For Microsoft Oath2 Security , Name and password of Administrative user or Global admin must be given here for making any changes. 4.Reset user password : 4A.Force new password : With this command we can set a password for a...








Comments
Post a Comment