共享打印机连接错误0x0000011b解决方法
这就是Win10
更新9月
补丁后产生的BUG
,
只要将Win10
以下补丁卸载即可:KB5005569/KB5005573/KB5005568/KB5005566/KB5005565
这里提供一个不卸载更新的办法:
新建记事本文档,输入如下内容:
[hide]
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print]
"RpcAuthnLevelPrivacyEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint]
"RestrictDriverInstallationToAdministrators"=dword:00000000
[/hide]
然后保存,修改文件扩展名为reg
,比如1.reg
,然后双击这个文件导入注册表即可解决问题。
[scode type="yellow"]注意电脑需要重启才能生效。[/scode]