本文最后更新于 3278 天前,其中的信息可能已经有所发展或是发生改变。
默认共享就是网上邻居默认开放的共享,但是win10即使登录管理员账号,UAC依旧会拦截
win10默认会进行拦截,弹出对话框显示没有权限
几经查找我找到了解决办法:
1.Open the registry editor.
2.Navigate all the way to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
3.Right-click in the pane on the right side and add a new DWORD (32-bit).
4.Give the new setting the name LocalAccountTokenFilterPolicy.
5.Double click on that setting and give it a value of 1.
翻译一下:
1.打开注册表(win+r输入regedit回车)
2.打开HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3.右击右面空白处并新建DWORD (32 位)
4.把新建的命名为LocalAccountTokenFilterPolicy
5.双击把它的值改为1
教程完毕~