> 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

Deshabilite el transporte UDP en Remote Desktop Manager o mediante el registro para corregir las sesiones RDP que se quedan bloqueadas durante el proceso de cierre de sesión.

Deshabilitar el uso de UDP puede resolver algunos problemas, sobre todo los relacionados con el bloqueo de Remote Desktop Manager durante el proceso de cierre de sesión de una sesión RDP. Puede deshabilitarlo desde Remote Desktop Manager o mediante el registro.

### Deshabilitar el uso de UDP mediante 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***.
3. Seleccione ***Local RDP/RemoteApp Manager*** en la lista de herramientas.
4. Deshabilite la configuración de UDP.

#### Por sesión

1. En Remote Desktop Manager, asegúrese primero de que el hooking de API de RDP esté activado en ***Archivo – Configuración – Tipos – Sesiones – Escritorio remoto (RDP) – Activar el hooking de API***. Guarde los cambios si procede.
2. Seleccione su entrada RDP y acceda a sus propiedades.
3. En la sección ***General***, vaya a la pestaña ***Avanzado*** y establezca ***Deshabilitar el transporte UDP*** en ***Sí***.
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, vaya a `HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client`.
2. Cree un DWORD con el nombre `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.
