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

# Gestionnaire d'identifiants Windows

Le Gestionnaire d'identification Windows vous permet de stocker de façon sécuritaire des identifiants, tels que des noms d'utilisateur et des mots de passe, pour vous connecter à des sites Web ou à d'autres ordinateurs du réseau. En stockant vos identifiants, Windows peut vous connecter automatiquement à vos comptes ou aux appareils connectés. Les identifiants sont enregistrés dans des dossiers dédiés sur votre ordinateur, appelés coffres. Windows et les applications, y compris les navigateurs Web, peuvent récupérer et fournir de façon sécuritaire les identifiants stockés dans ces coffres afin de s'authentifier auprès d'autres ordinateurs et sites Web. Pour plus de détails, consultez la [documentation du Gestionnaire d'identification Windows](https://msdn.microsoft.com/en-us/library/windows/desktop/aa374792\(v=vs.85\).aspx) de Microsoft.

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

### Identifiants en conflit avec Remote Desktop Manager

Si vous stockez votre mot de passe localement dans le Gestionnaire d'identification Windows et que vous utilisez plusieurs sessions RDP pointant vers le même hôte, les identifiants stockés dans le Gestionnaire d'identification Windows remplaceront ceux enregistrés dans Remote Desktop Manager.

Pour modifier ce comportement :

1. Ouvrez le Gestionnaire d'identification Windows.
2. Cliquez sur ***Informations d'identification Windows***.
3. Repérez l'identifiant en conflit, cliquez sur la flèche à côté de celui-ci, puis sélectionnez ***Supprimer***.

Pour éviter que cela se reproduise, désactivez l'option ***Stocker le mot de passe localement*** située sous l'onglet ***Général*** de l'entrée RDP dans 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/fr/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.
