> 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/microsoft-rdp-protocol-error.md).

# Erreur de protocole Microsoft RDP

`Because of a protocol error, this session will be disconnected. Please try connecting to the remote computer again.`

### Solution 1

1. Dans les propriétés de la session RDP, accédez à ***Commun – Général***.
2. Sous l'onglet ***Expérience***, décochez ***Mise en cache persistante des bitmaps*** et ***Styles visuels***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4262.png" alt=""><figcaption></figcaption></figure>
3. Cliquez sur ***OK*** en bas pour enregistrer vos modifications.

### Solution 2

1. Fermez Remote Desktop Manager.
2. Renommez le fichier « default.rdp » situé dans ***Mes documents*** en « default.old ».
3. Redémarrez Remote Desktop Manager et essayez de vous connecter avec RDP.

### Solution 3

1. Connectez-vous à la machine cible en accédant directement à la console de ce serveur ou par tout autre outil, comme VNC, afin d'obtenir l'accès à cette machine.
2. Faites un clic droit sur le bureau.
3. Sélectionnez ***Propriétés***.
4. Ouvrez la liste déroulante ***Thèmes*** et sélectionnez-en un autre que celui actuellement utilisé.
5. Cliquez sur ***Appliquer***, puis sur ***OK***.
6. Connectez-vous à la machine à distance.


---

# 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/microsoft-rdp-protocol-error.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.
