> 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-is-unable-to-store-passwords-on-the-local-computer.md).

# Microsoft RDP is unable to store passwords on the local computer

In a Microsoft RDP session, you want to store the password on the local computer. However the "save password" button is grayed out.

{% hint style="info" %}
This setting may have been set by a group policy. If you find the value but do not know the reason why it is set, a Domain Administrator may have set it. We do not condone bypassing corporate policies.
{% endhint %}

### Solution

1. Click on Windows ***Start***, type ***R*** un and open the app.
2. Type ***regedit*** to open the registry editor and ***allow*** the app to make changes.
3. Navigate to **HKEY\_LOCAL\_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Services\DisablePasswordSaving** key and change the value to 0.
4. In Remote Desktop Manager, ***Open*** the ***Properties*** of the RDP session and validate that the ***Store password locally*** is activated and that you have text in the ***Host*** field.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4048.png" alt=""><figcaption></figcaption></figure>


---

# 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-is-unable-to-store-passwords-on-the-local-computer.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.
