- 积分
- 68
- 最后登录
- 2022-5-17
- 精华
- 0
- 阅读权限
- 20
- 主题
- 42
- UID
- 4882926
- 帖子
- 126
- PB币
- 51
- 威望
- 3
- 贡献
- 0
- 技术
- 0
- 活跃
- 238
 
- UID
- 4882926
- 帖子
- 126
- PB币
- 51
- 贡献
- 0
- 技术
- 0
- 活跃
- 238
|
新建记事本文档,输入如下内容:
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
然后保存,修改文件扩展名为reg,比如1.reg,然后双击这个文件导入注册表即可解决问题。注意电脑一定需要重启才生效。 |
|