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

# Disabilitare l'utilizzo di UDP in Remote Desktop Manager

Disabilitare l'uso di UDP può talvolta risolvere alcuni problemi, in particolare quelli relativi al blocco di Remote Desktop Manager durante la procedura di disconnessione di una sessione RDP. È possibile disabilitarlo tramite Remote Desktop Manager o tramite il registro di sistema.

### Disabilitare l'uso di UDP tramite Remote Desktop Manager

#### Su tutte le sessioni

1. Esegua Remote Desktop Manager come amministratore.
2. Nella barra multifunzione, vada su ***Strumenti – Altri strumenti***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2060_2024_2.png)
3. Selezioni ***Local RDP/RemoteApp Manager*** dall'elenco degli strumenti.
4. Disabiliti le impostazioni UDP.

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

#### Per singola sessione

1. In Remote Desktop Manager, si assicuri innanzitutto che l'API hooking RDP sia abilitato in ***File – Impostazioni – Tipi – Sessioni – Desktop remoto (RDP) – Abilita API hooking***. Salvi le modifiche, se applicabile.

   ![](https://cdnweb.devolutions.net/docs/RDMW2063_2024_2.png)
2. Selezioni la sua voce RDP e acceda alle sue proprietà.
3. Nella sezione ***Generale***, vada alla scheda ***Avanzate*** e imposti ***Disabilita trasporto UDP*** su ***Sì***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2064_2024_2.png)
4. Clicchi su ***Aggiorna*** per salvare le modifiche.

### Disabilitare l'uso di UDP tramite il registro di sistema sulla workstation client

1. Nell'Editor del Registro di sistema, si porti su `HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client`.
2. Crei un DWORD denominato `fClientDisableUDP` e gli assegni il valore `1`.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Consulti questo articolo del supporto Microsoft per maggiori informazioni: <a href="https://support.microsoft.com/en-us/help/256986/windows-registry-information-for-advanced-users">Windows registry information for advanced users</a>.</p></div>

### Vedere anche

* [Devolutions Academy – Disable UDP usage in 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/it/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.
