Delphi 7: Program Can not See Network Drives

OS: Windows 10
Tool: Delphi 7



To Turn On Linked Connections

1. Go into the registry and locate and then right-click the registry subkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
2. The vaule is not there by default so most likely you will have to make a new Dword Value

3. Name it EnableLinkedConnections, and then press ENTER.
4. Right-click EnableLinkedConnections, and then click Modify.
5. In the Value data box, type 1, and then click OK.

Restart computer

Comments