# Registry: Mapped Drives Don't Appear

## Enable the *EnableLinkedConnection* registry value

* Click Start and type ***regedit*** in the Start Search box. Press **Enter**.
* Locate and then right-click the following registry subkey:

{% hint style="info" %}
*HKEY\_LOCAL\_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System*
{% endhint %}

* 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 the Registry Editor and restart the computer.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.bryanpcoleman.com/microsoft-windows/mapped-drives-dont-appear.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
