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

# Microsoft RDP protocol error

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

### Solution 1

1. In the properties of the RDP session, go to ***Common – General***.
2. Under the ***Experience*** tab, uncheck ***Persistent bitmap caching*** and ***Visual styles***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4262.png" alt=""><figcaption></figcaption></figure>
3. Click ***OK*** at the bottom to save your changes.

### Solution 2

1. Close Remote Desktop Manager
2. Rename the "default.rdp" file in ***My Documents*** to "default.old".
3. Restart Remote Desktop Manager and try to connect with RDP.

### Solution 3

1. Log into the target machine by directly going to the console of that server or by any tool, like VNC, so that we can get access to that machine.
2. Right-click on the Desktop.
3. Select the ***Properties***.
4. Dropdown the ***Themes*** and select another one than the current one.
5. Click on ***Apply***, then ***OK***.
6. Connect to the machine remotely.


---

# 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/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.
