> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/knowledge-base/troubleshooting-articles/microsoft-rdp-missing-mapped-drives.md).

# Fehlende zugeordnete Laufwerke bei Microsoft RDP

Zugeordnete Netzlaufwerke sind in RDP-Sitzungen nicht verfügbar, obwohl Sie Alle Laufwerke ausgewählt haben; oder sie werden im Dialog nicht angezeigt, wenn Sie über die Schaltfläche Mehr versuchen, Bestimmte Laufwerke hinzuzufügen.

Dieses Problem tritt auf, wenn Sie Remote Desktop Manager mit erhöhten Rechten (Als Administrator ausführen) starten. Zugeordnete Laufwerke sind bei einer Eingabeaufforderung mit erhöhten Rechten nicht verfügbar, wenn die UAC in Windows so konfiguriert ist, dass sie zur Eingabe von Anmeldeinformationen auffordert.

Dieses Problem wird nicht von Remote Desktop Manager verursacht. Sie müssen auf allen Arbeitsstationen, von denen aus Sie Remote Desktop Manager mit erhöhten Rechten starten müssen, eine Lösung anwenden.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4052.png)

### Lösung

#### Methode 1

1. Klicken Sie auf ***Windows Start***, geben Sie ***Ausführen*** ein und öffnen Sie die App.
2. Geben Sie ***gpedit.msc*** ein, um den ***Editor für lokale Gruppenrichtlinien*** zu öffnen, und ***erlauben*** Sie der App, Änderungen vorzunehmen.
3. Suchen Sie den folgenden ***Gruppenrichtlinien***-Pfad:

   Local Computer Policy\Windows Settings\Security Settings\Local Policies\Security Options
4. Konfigurieren Sie die folgende Richtlinie auf ***Zustimmung erforderlich***:

   Benutzerkontensteuerung: Verhalten der Eingabeaufforderung für erhöhte Rechte für Administratoren im Administratorgenehmigungsmodus

#### Methode 2

Ordnen Sie die erforderlichen Laufwerke in der Sitzung mit erhöhten Rechten erneut zu. Eine gute Lösung wäre, eine Batch-/Befehlsdatei zu erstellen, die zuerst die Laufwerke erneut zuordnet und dann Remote Desktop Manager startet


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/troubleshooting-articles/microsoft-rdp-missing-mapped-drives.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
