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

# VNC

Las acciones de ***Comandos*** de VNC permiten a los usuarios enviar comandos remotos al host. También hay una barra de herramientas integrada dentro de la sesión para acciones más precisas.

### Configuración

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

<table><thead><tr><th width="190.79998779296875">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Actualizar pantalla</strong></td><td>Actualiza la pantalla del host.</td></tr><tr><td><strong>Menú de inicio de Windows</strong></td><td>Abre el menú Inicio en el ordenador host.</td></tr><tr><td><strong>Enviar Ctrl+Alt+Delete</strong></td><td>Envía la combinación de teclas <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> al host.</td></tr><tr><td><strong>Enviar teclas personalizadas</strong></td><td>Envía combinaciones de teclas personalizadas al host.</td></tr><tr><td><strong>Alt</strong></td><td>Envía <kbd>Alt</kbd> al host.</td></tr><tr><td><strong>Ctrl</strong></td><td>Envía <kbd>Ctrl</kbd> al host.</td></tr><tr><td><strong>Modo de solo visualización</strong></td><td>Impide que la sesión reciba entradas del teclado o del ratón. Esta función se solicitó para permitir la supervisión evitando errores de manipulación. Utilícela para tener acceso de solo lectura al servidor remoto.</td></tr><tr><td><strong>Entrada remota</strong></td><td>Los eventos de teclado y puntero se enviarán al servidor, y los portapapeles local y remoto se sincronizarán.</td></tr><tr><td><strong>Abrir transferencia de ficheros</strong></td><td>Abre la transferencia de ficheros con el ordenador host.</td></tr><tr><td><strong>Abrir diálogo de chat</strong></td><td>Abre un diálogo de chat con el ordenador host.</td></tr><tr><td><strong>Opciones</strong></td><td>Abre la ventana Opciones de conexión.</td></tr><tr><td><strong>Información</strong></td><td>Abre la ventana que contiene información sobre el estado y el tráfico de su conexión 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/es/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.
