> 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/how-to-articles/rdp-session-entry/rdp-clarification-and-information.md).

# RDP-Erläuterungen und Informationen

In Remote Desktop Manager verwendet die neueste RDP-Version die neueste auf dem System vorhandene Version des Microsoft RDP ActiveX – es ist immer **mstscax.dll**, aber die DLL enthält verschiedene Versionen der der ActiveX-Schnittstelle.

FreeRDP ist der einzige RDP-Client, den wir in Remote Desktop Manager einbetten, aber er wird nur verwendet, wenn Sie die RDP-Version auf eine der verfügbaren FreeRDP-Optionen ändern. Alle anderen Optionen verwenden das Microsoft RDP ActiveX, das immer außerhalb von Remote Desktop Manager liegt

{% hint style="info" %}
Wir haben den Microsoft RDP-Client nie in Remote Desktop Manager eingebettet, vor allem weil es nicht möglich ist, ihn separat weiterzugeben. Sie müssen lediglich Windows aktualisieren, um auf dem neuesten Stand zu bleiben, da wir die auf dem System vorhandene DLL verwenden, über die wir keine Kontrolle haben.
{% endhint %}

In beiden Fällen liegt der Microsoft RDP-Client außerhalb von Remote Desktop Manager Unter normalen Bedingungen ist nicht zu erwarten, dass der Fallback eintritt – wenn Sie **mstscax.dll** anfordern, wird immer **mstscax.dll** verwendet – der Fall, dass **mstscax.dll** fehlt, wird nicht behandelt.


---

# 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/how-to-articles/rdp-session-entry/rdp-clarification-and-information.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.
