> 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/ribbon-menu-bar/actions/rdp.md).

# RDP

Die Aktionen ***Befehle*** in einer RDP-Sitzung ermöglichen es Benutzern, Remote-Befehle an den Host zu senden.

### Einstellungen

{% tabs %}
{% tab title="Windows" %}

<table><thead><tr><th width="224.20001220703125">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Nur Ansicht (Eingabe ignoriert)</strong></td><td>Verhindert, dass die Sitzung Eingaben von der Tastatur oder der Maus empfängt. Verwenden Sie diese Option für Nur-Lese-Zugriff auf den Remote-Server.</td></tr><tr><td><strong>Strg+Alt+Entf senden</strong></td><td>Sendet die Tastenkombination <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> an den Host.</td></tr><tr><td><strong>Charms</strong></td><td>Zeigt die <em><strong>Charms</strong></em>-Leiste an (Suche, Teilen, Start, Geräte und Einstellungsleiste).</td></tr><tr><td><strong>App-Leiste</strong></td><td>Zeigt die <em><strong>App</strong></em>-Leiste an, um Navigation, Befehle und Werkzeuge anzuzeigen.</td></tr><tr><td><strong>Snap</strong></td><td>Führt zwei Anwendungen nebeneinander aus.</td></tr><tr><td><strong>Startbildschirm</strong></td><td>Öffnet das Startmenü auf dem Host-Computer.</td></tr><tr><td><strong>App-Wechsel</strong></td><td>Wechselt von einer Anwendung zu einer anderen.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="195.4000244140625">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Strg+Alt+Ende senden</strong></td><td>Sendet die Tastenkombination<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>End</kbd>an den Host.</td></tr><tr><td><strong>Strg+Alt+Entf senden</strong></td><td>Sendet die Tastenkombination<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd>an den Host.</td></tr><tr><td><strong>Charms</strong></td><td>Zeigt die<em><strong>Charms</strong></em>-Leiste an (Suche, Teilen, Start, Geräte und Einstellungsleiste).</td></tr><tr><td><strong>App-Leiste</strong></td><td>Zeigt die<em><strong>App</strong></em>-Leiste an, um Navigation, Befehle und Werkzeuge anzuzeigen.</td></tr><tr><td><strong>Startbildschirm</strong></td><td>Öffnet das Startmenü auf dem Host-Computer.</td></tr><tr><td><strong>App-Wechsel</strong></td><td>Wechselt von einer Anwendung zu einer anderen.</td></tr><tr><td><strong>Nur Ansicht</strong></td><td>Verhindert, dass die Sitzung Eingaben von der Tastatur oder der Maus empfängt. Verwenden Sie diese Option für Nur-Lese-Zugriff auf den Remote-Server.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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/ribbon-menu-bar/actions/rdp.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.
