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

# Windows-Anmeldeinformationsverwaltung

Der Windows Credential Manager ermöglicht es Ihnen, Anmeldeinformationen wie Benutzernamen und Passwörter sicher zu speichern, um sich bei Websites oder anderen Netzwerkcomputern anzumelden. Durch das Speichern Ihrer Anmeldeinformationen kann Windows Sie automatisch bei Ihren Konten oder verbundenen Geräten anmelden. Anmeldeinformationen werden in speziellen Ordnern auf Ihrem Computer gespeichert, die als Tresore bezeichnet werden. Windows und Anwendungen, einschließlich Webbrowser, können die gespeicherten Anmeldeinformationen sicher aus diesen Tresoren abrufen und bereitstellen, um sich bei anderen Computern und Websites zu authentifizieren. Weitere Informationen finden Sie in der [Windows Credential Manager-Dokumentation](https://msdn.microsoft.com/en-us/library/windows/desktop/aa374792\(v=vs.85\).aspx) von Microsoft.

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

### Konflikte bei Anmeldeinformationen mit Remote Desktop Manager

Wenn Sie Ihr Passwort lokal im Windows Credential Manager speichern und mehrere RDP-Sitzungen verwenden, die auf denselben Host verweisen, überschreiben die im Windows Credential Manager gespeicherten Anmeldeinformationen jene, die in Remote Desktop Manager gespeichert sind.

So ändern Sie dieses Verhalten:

1. Öffnen Sie den Windows Credential Manager.
2. Klicken Sie auf ***Windows-Anmeldeinformationen***.
3. Suchen Sie die konfliktverursachende Anmeldeinformation, klicken Sie auf den Pfeil daneben und wählen Sie ***Entfernen***.

Um dies in Zukunft zu verhindern, deaktivieren Sie die Option ***Passwort lokal speichern*** auf der Registerkarte ***Allgemein*** des RDP-Eintrags 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/windows-credential-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
