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

# Le sessioni Microsoft RDP funzionano con mstsc.exe ma non in Remote Desktop Manager

Questo argomento descrive i passaggi di risoluzione dei problemi per quando la creazione di una sessione verso un host remoto reagisce in modo diverso in Remote Desktop Manager rispetto a **mstsc.exe**.

### Soluzione

#### Confronto delle nostre impostazioni con un file rdp nativo

Quando si utilizza la modalità di visualizzazione Esterna, Remote Desktop Manager crea un file RDP temporaneo e richiama **mstsc.exe** con il file come parametro. Può essere utile recuperare quel file finché esiste e confrontarlo con uno creato utilizzando **mstsc.exe**.

1. Crei o duplichi la sessione che desidera diagnosticare.
2. Imposti la modalità di visualizzazione su ***Esterna***.
3. Avvii la sessione.

Il file verrà eliminato alla chiusura di Remote Desktop Manager, deve copiarlo prima di allora.

4. Apra %TMP%\RDM, copi il file in un'altra cartella.
5. Apra il file nell'editor di sua scelta e lo confronti con un file creato utilizzando **mstsc.exe**.

#### L'avvio delle sessioni rdp è lento rispetto all'rdp nativo

Abbiamo isolato il problema e lo abbiamo risolto modificando la versione del motore RDP in RDP 6.0 o 7.0 in ***File – Impostazioni – Tipi – Desktop 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/it/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.
