> 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/knowledge-base-articles/windows-credential-manager.md).

# Windows Credential Manager

The Windows Credential Manager allows you to securely store credentials, such as usernames and passwords, for logging into websites or other network computers. By storing your credentials, Windows can automatically log you into your accounts or connected devices. Credentials are saved in dedicated folders on your computer known as vaults. Windows and applications, including web browsers, can securely retrieve and provide the stored credentials from these vaults to authenticate with other computers and websites. For additional details, visit Microsoft's [Windows Credential Manager documentation](https://msdn.microsoft.com/en-us/library/windows/desktop/aa374792\(v=vs.85\).aspx).

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

### Conflicting credentials with Remote Desktop Manager

If you store your password locally in the Windows Credential Manager and use multiple RDP sessions pointing to the same host, the credentials stored in the Windows Credential Manager will override those saved in Remote Desktop Manager.

To change this behavior:

1. Open Windows Credential Manager.
2. Click on ***Windows Credentials***.
3. Locate the conflicting credential, click the arrow next to it, and select ***Remove***.

To prevent this from happening in the future, disable the ***Store password locally*** option located under the ***General*** tab of the RDP entry 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/knowledge-base/knowledge-base-articles/windows-credential-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.
