> 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/knowledge-base/troubleshooting-articles/microsoft-rdp-sessions-work-using-mstsc.exe-but-not-in-remote-desktop-manager.md).

# Microsoft RDP sessions work using mstsc.exe but not in Remote Desktop Manager

This topic describes the troubleshooting steps for when establishing a session to a remote host reacts differently in Remote Desktop Manager than **mstsc.exe**.

### Solution

#### Comparing our settings to a native rdp file

When you use the External display mode, Remote Desktop Manager will create a temporary RDP file and call **mstsc.exe** with the file as a parameter. It can be useful to grab that file while it exists and to compare it with one created using **mstsc.exe**.

1. Create or duplicate the session that you want to diagnose.
2. Set the display mode to ***External***.
3. Launch the session.

The file will be deleted when you close Remote Desktop Manager, you need to copy it before then.

4. Open %TMP%\RDM, copy your file in another folder.
5. Open the file in your editor of choice and compare it to a file created using **mstsc.exe**.

#### Starting rdp sessions is slow compared to the native rdp

We have isolated the issue and we fixed it by changing your RDP engine version to RDP 6.0 or 7.0 in ***File – Settings – Types – Remote Desktop***.


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/microsoft-rdp-sessions-work-using-mstsc.exe-but-not-in-remote-desktop-manager.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.
