|
安装打印机正常,固化补丁没办法卸载,已找到从注册表解决,如下
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print]
- "RpcAuthnLevelPrivacyEnabled"=dword:00000000
复制代码
顺便也找到无法访问局域网共享的错误 0x80070035 解决
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
- "AllowInsecureGuestAuth"=dword:00000001
复制代码 |
评分
-
查看全部评分
|