Mapped drives not appearing when browsing for a file or folder

From ODBClink wiki
Jump to navigation Jump to search

Overview

Mapped drivers are not appearing when browsing for a file or folder is typically caused by ODBClink or Excel running with elevated privileges (e.g. Run As Administrator) while the mapped drive is created without elevated privileges.

To get mapped drives to appear, you can either:

  • not run ODBClink' and Excel with elevated privileges or;
  • configure the EnableLinkedConnections registry entry to allow mapped drives to appear.

How to configure the EnableLinkedConnections registry entry

The EnableLinkedConnections registry value allows mapped drive to be shared across all applications, regardless if they run with elevated privileges or not.

To configure the EnableLinkedConnections registry value manually, follow these steps. Alternatively, download and run the prepared registry file located here.

  1. From windows, click Start;
  2. Type regedit in the Start Search box, and then press ENTER to start the Registry Editor;
  3. Navigate to the following registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and select it;
  4. From the Edit menu, select New then DWORD 32-bit Value;
  5. Enter EnableLinkedConnections as the name of the registry value;
  6. Double click on the registry value and enter 1 as the value and click OK;
  7. Close the Registry Editor and restart your machine.

Related Topics