Symptom
This article provides a resolution to the issue where mapped drives show in Windows Explorer, but do not show in the Solidworks File>Open menu. For example, in Windows Explorer the mapped drive Engineering(Z:) is shown on this system:
However, navigating to File>Open in Solidworks, we can see that the mapped drive is not shown:
Cause
This issue occurs if the User Account Controls (UAC) are enabled. The UAC treats members of the Administrators group as standard users. Therefore, network shares that are mapped by logon scripts are shared with the standard user access token instead of with the full administrator access token. If Solidworks is then launched with the full administrator token, the drives will not show. A more detailed explanation is offered on the Microsoft Website:
https://technet.microsoft.com/en-us/library/ee844140(v=ws.10).aspx
Solution
To work around this problem, add the EnableLinkedConnections registry value. This value enables Windows to share network connections between the filtered access token and the full administrator access token for a member of the Administrators group. After you configure this registry value, LSA checks whether there is another access token that is associated with the current user session if a network resource is mapped to an access token. If LSA determines that there is a linked access token, it adds the network share to the linked location.
This section contains steps that modify the registry. Incorrectly editing the registry may severely damage your system or make your system unsafe. Before making changes to the registry, you should back up any data on the computer. For more information about how to back up and restore the registry, see article 322756 in the Microsoft Knowledge Base (http://go.microsoft.com/fwlink/?LinkID=133378).
To configure the EnableLinkedConnections registry value
-
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.
Comments
Please sign in to leave a comment.