Windows 10 and network drive [closed]

帅比萌擦擦* 提交于 2019-12-30 05:56:10

问题


as you can see in the image the problem is: when I'm browsing a network folder with an external program (in this case "unloker"), the connected network drives aren't available. I have this problem with lots of program.

Someone could help me? I've already tried to re-connect drives and reboot. This is a clean installation of windows 10, i've tried with three other pc and the problem is the same.


回答1:


This is the effect of the User Account control (UAC) which was added in Windows Vista in 2006. When you map drives at logon, they are mapped with the filtered token (standard rights). When you now run an application elevated (with full admin token) it can't see the mapped drives of the normal permissions.

When network shares are mapped, they are linked to the current logon session for the current process access token. This means that if a user uses the command prompt (cmd.exe) together with the filtered access token to map a network share, the network share is not mapped for processes that run with the full administrator access token.

To allow admin programs to see the normal mapped drives, enable the setting EnableLinkedConnections

Click Start, type regedit in the Start programs and files box, and then press ENTER.

Locate and then right-click the registry subkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.

Point to New, and then click DWORD Value.

Type EnableLinkedConnections, and then press ENTER.

Right-click EnableLinkedConnections, and then click Modify.

In the Value data box, type 1, and then click OK.

Exit Registry Editor, and then restart the computer.

Now everything works for you as expected.



来源:https://stackoverflow.com/questions/33238581/windows-10-and-network-drive

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!