> 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/how-to-articles/msrdc-support-in-remote-desktop-manager.md).

# MSRDC support in Remote Desktop Manager

Remote Desktop Manager has integrated support for the Microsoft Remote Desktop Client (MSRDC), providing enhanced options for RDP connections alongside the classic Microsoft Terminal Services Client (MSTSC).

{% hint style="info" %}
See the full blog article: [Remote Desktop Manager now supports MSRDC: enhanced RDP client options](https://blog.devolutions.net/2022/03/msrdc-is-now-supported-in-remote-desktop-manager/).
{% endhint %}

### Key differences between MSTSC and MSRDC

#### Definition

* **MSTSC**: Classic RDP client, pre-installed with Windows.
* **MSRDC**: Modern RDP client, primarily for Azure Virtual Desktop, available as a separate download.

#### User interface

* **MSTSC**: Includes a GUI for connection configuration.
* **MSRDC**: Lacks a GUI, relying on RDP files for connections, making it more suited for integration with tools like Remote Desktop Manager.

#### Distribution and support

* **MSTSC**: Distributed and updated via Windows Update, with longer support cycles.
* **MSRDC**: Faster release cycles, can be downgraded if needed, not officially supported outside Azure Virtual Desktop.

#### Benefits of using MSRDC in Remote Desktop Manager

* **Enhanced features**: MSRDC supports features like server-side resolution changes and desktop resizing.
* **Flexibility**: Faster updates and the ability to revert to previous versions if needed.
* **Bug fixes**: Common RDP bugs may be resolved quicker in MSRDC.

### How to use MSRDC in Remote Desktop Manager

#### Installation

Ensure [MSRDC is installed](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop) on your system since it is not included with Remote Desktop Manager. It is also possible to [deploy MSRDC on several computers with automatic updates](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop-admin) instead of manually.

#### Configuration

1. In Remote Desktop Manager, select an RDP entry and click on ***Properties***.\
   ![](https://cdnweb.devolutions.net/docs/RDMW2058_2024_2.png)
2. In the ***General*** section, select the ***Advanced*** tab. From there, set the ***RDP version*** to ***MSRDC***.\
   ![](https://cdnweb.devolutions.net/docs/RDMW2059_2024_2.png)
3. Click ***Update*** to save your changes.

### Conclusion

While MSTSC remains the default choice for many due to its built-in nature and simplicity, MSRDC offers advanced features and quicker updates, making it a valuable alternative within Remote Desktop Manager. For issues related to MSTSC, MSRDC provides a useful comparison tool and potential solution.


---

# 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/how-to-articles/msrdc-support-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.
