> 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/knowledge-base/troubleshooting-articles/disable-udp-usage-in-remote-desktop-manager.md).

# Desactivar el uso de UDP en Remote Desktop Manager

Deshabilitar el uso de UDP puede resolver a veces algunos problemas, en particular los relacionados con el bloqueo de Remote Desktop Manager durante el proceso de cierre de sesión de una sesión RDP. Puede deshabilitarlo a través de Remote Desktop Manager o mediante el registro.

### Deshabilitar el uso de UDP a través de Remote Desktop Manager

#### En todas las sesiones

1. Ejecute Remote Desktop Manager como administrador.
2. En la cinta de opciones, vaya a ***Herramientas – Más herramientas***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2060_2024_2.png)
3. Seleccione el ***Gestor local de RDP/RemoteApp*** en la lista de herramientas.
4. Deshabilite los ajustes de UDP.

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

#### Por sesión

1. En Remote Desktop Manager, asegúrese primero de que el API hooking de RDP esté habilitado en ***Archivo – Configuración – Tipos – Sesiones – Escritorio remoto (RDP) – Habilitar API hooking***. Guarde los cambios si procede.

   ![](https://cdnweb.devolutions.net/docs/RDMW2063_2024_2.png)
2. Seleccione su entrada RDP y vaya a sus propiedades.
3. En la sección ***General***, vaya a la pestaña ***Avanzado*** y establezca ***Deshabilitar transporte UDP*** en ***Sí***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2064_2024_2.png)
4. Haga clic en ***Actualizar*** para guardar los cambios.

### Deshabilitar el uso de UDP mediante el registro en la estación de trabajo cliente

1. En el Editor del Registro, navegue hasta `HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client`.
2. Cree un DWORD llamado `fClientDisableUDP` y asígnele el valor `1`.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Consulte este artículo de soporte de Microsoft para obtener más información: <a href="https://support.microsoft.com/en-us/help/256986/windows-registry-information-for-advanced-users">Información del registro de Windows para usuarios avanzados</a>.</p></div>

### Véase también

* [Devolutions Academy – Deshabilitar el uso de UDP en Remote Desktop Manager](https://academy.devolutions.net/student/activity/3291238-disable-udp-usage-in-remote-desktop-manager)


---

# 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/knowledge-base/troubleshooting-articles/disable-udp-usage-in-remote-desktop-manager.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.
