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

# RDP

Le azioni ***Commands*** in una sessione RDP consentono agli utenti di inviare comandi remoti all'host.

### Impostazioni

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

<table><thead><tr><th width="224.20001220703125">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Solo visualizzazione (input ignorato)</strong></td><td>Impedisce alla sessione di ricevere qualsiasi input dalla tastiera o dal mouse. Da utilizzare per l'accesso in sola lettura al server remoto.</td></tr><tr><td><strong>Invia Ctrl+Alt+Delete</strong></td><td>Invia la combinazione di tasti <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> all'host.</td></tr><tr><td><strong>Charms</strong></td><td>Visualizza la barra <em><strong>Charms</strong></em> (barra Cerca, Condividi, Start, Dispositivi e Impostazioni).</td></tr><tr><td><strong>App bar</strong></td><td>Visualizza la barra <em><strong>App</strong></em> per mostrare navigazione, comandi e strumenti.</td></tr><tr><td><strong>Snap</strong></td><td>Esegue due applicazioni affiancate.</td></tr><tr><td><strong>Schermata Start</strong></td><td>Apre il menu Start sul computer host.</td></tr><tr><td><strong>App switch</strong></td><td>Passa da un'applicazione all'altra.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="195.4000244140625">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Invia Ctrl+Alt+End</strong></td><td>Invia la combinazione di tasti<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>End</kbd>all'host.</td></tr><tr><td><strong>Invia Ctrl+Alt+Delete</strong></td><td>Invia la combinazione di tasti<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd>all'host.</td></tr><tr><td><strong>Charms</strong></td><td>Visualizza la barra<em><strong>Charms</strong></em>(barra Cerca, Condividi, Start, Dispositivi e Impostazioni).</td></tr><tr><td><strong>App bar</strong></td><td>Visualizza la barra<em><strong>App</strong></em>per mostrare navigazione, comandi e strumenti.</td></tr><tr><td><strong>Schermata Start</strong></td><td>Apre il menu Start sul computer host.</td></tr><tr><td><strong>App switch</strong></td><td>Passa da un'applicazione all'altra.</td></tr><tr><td><strong>Solo visualizzazione</strong></td><td>Impedisce alla sessione di ricevere qualsiasi input dalla tastiera o dal mouse. Da utilizzare per l'accesso in sola lettura al server remoto.</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/it/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.
