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

# Désactiver l'utilisation UDP dans Remote Desktop Manager

La désactivation de l'utilisation UDP peut parfois résoudre des problèmes, notamment ceux liés au blocage de Remote Desktop Manager lors de la déconnexion d'une session RDP. Vous pouvez la désactiver via Remote Desktop Manager ou via le registre.

### Désactiver l'utilisation UDP via Remote Desktop Manager

#### Sur toutes les sessions

1. Exécutez Remote Desktop Manager en tant qu'administrateur.
2. Dans le ruban, accédez à ***Outils – Plus d'outils***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2060_2024_2.png)
3. Sélectionnez ***Local RDP/RemoteApp Manager*** dans la liste des outils.
4. Désactivez les paramètres UDP.

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

#### Par session

1. Dans Remote Desktop Manager, assurez-vous d'abord que l'API hooking RDP est activée dans ***Fichier – Paramètres – Types – Sessions – Remote Desktop (RDP) – Activer l'API hooking***. Enregistrez vos modifications si nécessaire.

   ![](https://cdnweb.devolutions.net/docs/RDMW2063_2024_2.png)
2. Sélectionnez votre entrée RDP et accédez à ses propriétés.
3. Dans la section ***Général***, accédez à l'onglet ***Avancé*** et définissez ***Désactiver le transport UDP*** sur ***Oui***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2064_2024_2.png)
4. Cliquez sur ***Mettre à jour*** pour enregistrer vos modifications.

### Désactiver l'utilisation UDP via le registre sur le poste de travail client

1. Dans l'Éditeur du Registre, accédez à `HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client`.
2. Créez un DWORD nommé `fClientDisableUDP` et attribuez-lui la valeur `1`.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Consultez cet article du support Microsoft pour plus d'informations : <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>

### Voir aussi

* [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:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/troubleshooting-articles/disable-udp-usage-in-remote-desktop-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
