> 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/vnc.md).

# VNC

Le azioni ***Commands*** di VNC consentono agli utenti di inviare comandi remoti all'host. All'interno della sessione è inoltre presente una barra degli strumenti integrata per azioni più precise.

### Impostazioni

![](https://cdnweb.devolutions.net/docs/RDMW4329_2025_1.png)

<table><thead><tr><th width="190.79998779296875">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Refresh screen</strong></td><td>Aggiorna lo schermo dell'host.</td></tr><tr><td><strong>Window start menu</strong></td><td>Apre il menu Start sul computer host.</td></tr><tr><td><strong>Send 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>Send custom keys</strong></td><td>Invia combinazioni di tasti personalizzate all'host.</td></tr><tr><td><strong>Alt</strong></td><td>Invia <kbd>Alt</kbd> all'host.</td></tr><tr><td><strong>Ctrl</strong></td><td>Invia <kbd>Ctrl</kbd> all'host.</td></tr><tr><td><strong>View only mode</strong></td><td>Impedisce alla sessione di ricevere qualsiasi input da tastiera o mouse. Questa funzionalità è stata richiesta per consentire il monitoraggio evitando errori di manipolazione. La utilizzi per avere accesso in sola lettura al server remoto.</td></tr><tr><td><strong>Remote input</strong></td><td>Gli eventi di tastiera e puntatore verranno inviati al server e gli appunti locali e remoti saranno sincronizzati.</td></tr><tr><td><strong>Open file transfer</strong></td><td>Apre il trasferimento di file con il computer host.</td></tr><tr><td><strong>Open chat dialog</strong></td><td>Apre una finestra di chat con il computer host.</td></tr><tr><td><strong>Options</strong></td><td>Apre la finestra Opzioni di connessione.</td></tr><tr><td><strong>Information</strong></td><td>Apre la finestra contenente le informazioni relative allo stato e al traffico della connessione VNC.</td></tr></tbody></table>


---

# 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/vnc.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.
