> 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

Fehlende zugeordnete Laufwerke bei Microsoft RDP in Remote Desktop Manager treten auf, wenn die Anwendung als Administrator mit aktivierter UAC ausgeführt wird – behebbar über Gruppenrichtlinien oder

Zugeordnete Netzlaufwerke sind in RDP-Sitzungen nicht verfügbar, obwohl Sie All drives ausgewählt haben; oder sie werden im Dialogfeld nicht angezeigt, wenn Sie über die Schaltfläche More versuchen, Specific Drives hinzuzufügen.

Dieses Problem tritt auf, wenn Sie Remote Desktop Manager mit erhöhten Rechten starten (Als Administrator ausführen). Zugeordnete Laufwerke sind über eine erhöhte Eingabeaufforderung 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 eine Korrektur auf allen Arbeitsstationen anwenden, von denen aus Sie Remote Desktop Manager mit erhöhten Rechten starten müssen.

### 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 ***Prompt for consent***:

   User Account Control: Behaviour of the elevation prompt for administrators in Admin Approval Mode

#### Methode 2

Ordnen Sie die erforderlichen Laufwerke in der erhöhten Sitzung erneut zu. Eine gute Lösung wäre, eine Batch-/Befehlsdatei zu erstellen, die zunächst 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.
