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

# Las sesiones de Microsoft RDP funcionan con mstsc.exe pero no en Remote Desktop Manager

Este tema describe los pasos de resolución de problemas cuando el establecimiento de una sesión con un host remoto reacciona de forma diferente en Remote Desktop Manager que en **mstsc.exe**.

### Solución

#### Comparar nuestra configuración con un fichero rdp nativo

Cuando utiliza el modo de visualización Externo, Remote Desktop Manager crea un fichero RDP temporal y llama a **mstsc.exe** con el fichero como parámetro. Puede ser útil obtener ese fichero mientras existe y compararlo con uno creado con **mstsc.exe**.

1. Cree o duplique la sesión que desea diagnosticar.
2. Establezca el modo de visualización en ***Externo***.
3. Inicie la sesión.

El fichero se eliminará cuando cierre Remote Desktop Manager, por lo que debe copiarlo antes.

4. Abra %TMP%\RDM y copie su fichero en otra carpeta.
5. Abra el fichero en el editor que prefiera y compárelo con un fichero creado con **mstsc.exe**.

#### El inicio de las sesiones rdp es lento comparado con el rdp nativo

Hemos aislado el problema y lo hemos solucionado cambiando la versión de su motor RDP a RDP 6.0 o 7.0 en ***Archivo – Configuración – Tipos – Escritorio remoto***.


---

# 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/es/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.
