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

# RDP

The ***Commands*** actions in an RDP session allow users to send remote commands to the host.

### Settings

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

<table><thead><tr><th width="224.20001220703125">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>View only (input ignored)</strong></td><td>Prevent the session from receiving any input from the keyboard or the mouse. Use it for read-only access to the remote server.</td></tr><tr><td><strong>Send Ctrl+Alt+Delete</strong></td><td>Send the key combination <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> to the host.</td></tr><tr><td><strong>Charms</strong></td><td>Display the <em><strong>Charms</strong></em> bar (Search, Share, Start, Devices, and Settings bar).</td></tr><tr><td><strong>App bar</strong></td><td>Display the <em><strong>App</strong></em> bar to show navigation, commands, and tools.</td></tr><tr><td><strong>Snap</strong></td><td>Run two applications side-by-side.</td></tr><tr><td><strong>Start screen</strong></td><td>Open the Start menu on the host computer.</td></tr><tr><td><strong>App switch</strong></td><td>Switch from one application to another.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="195.4000244140625">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Send Ctrl+Alt+End</strong></td><td>Send the key combination<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>End</kbd>to the host.</td></tr><tr><td><strong>Send Ctrl+Alt+Delete</strong></td><td>Send the key combination<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd>to the host.</td></tr><tr><td><strong>Charms</strong></td><td>Display the<em><strong>Charms</strong></em>bar (Search, Share, Start, Devices, and Settings bar).</td></tr><tr><td><strong>App bar</strong></td><td>Display the<em><strong>App</strong></em>bar to show navigation, commands, and tools.</td></tr><tr><td><strong>Start screen</strong></td><td>Open the Start menu on the host computer.</td></tr><tr><td><strong>App switch</strong></td><td>Switch from one application to another.</td></tr><tr><td><strong>View only</strong></td><td>Prevent the session from receiving any input from the keyboard or the mouse. Use it for read-only access to the 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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/actions/rdp.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.
