> 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-sessions-work-using-mstsc.exe-but-not-in-remote-desktop-manager.md).

# Microsoft RDP-Sitzungen funktionieren mit mstsc.exe, aber nicht in Remote Desktop Manager

Dieses Thema beschreibt die Schritte zur Fehlerbehebung, wenn der Aufbau einer Sitzung zu einem Remote-Host in Remote Desktop Manager anders reagiert als bei **mstsc.exe**.

### Lösung

#### Vergleich unserer Einstellungen mit einer nativen rdp-Datei

Wenn Sie den externen Anzeigemodus verwenden, erstellt Remote Desktop Manager eine temporäre RDP-Datei und ruft **mstsc.exe** mit der Datei als Parameter auf. Es kann nützlich sein, diese Datei abzugreifen, solange sie existiert, und sie mit einer mit **mstsc.exe** erstellten Datei zu vergleichen.

1. Erstellen oder duplizieren Sie die Sitzung, die Sie diagnostizieren möchten.
2. Setzen Sie den Anzeigemodus auf ***Extern***.
3. Starten Sie die Sitzung.

Die Datei wird gelöscht, wenn Sie Remote Desktop Manager schließen; Sie müssen sie vorher kopieren.

4. Öffnen Sie %TMP%\RDM und kopieren Sie Ihre Datei in einen anderen Ordner.
5. Öffnen Sie die Datei im Editor Ihrer Wahl und vergleichen Sie sie mit einer mit **mstsc.exe** erstellten Datei.

#### Das Starten von rdp-Sitzungen ist langsam im Vergleich zum nativen rdp

Wir haben das Problem isoliert und behoben, indem wir Ihre RDP-Engine-Version in ***Datei – Einstellungen – Typen – Remote-Desktop*** auf RDP 6.0 oder 7.0 geändert haben.


---

# 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-sessions-work-using-mstsc.exe-but-not-in-remote-desktop-manager.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.
