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

# Microsoft RDP ne parvient pas à stocker les mots de passe sur l'ordinateur local

Dans une session Microsoft RDP, vous souhaitez stocker le mot de passe sur l'ordinateur local. Cependant, le bouton « save password » est grisé.

{% hint style="info" %}
Ce paramètre peut avoir été défini par une stratégie de groupe. Si vous trouvez la valeur mais ne savez pas pourquoi elle est définie, il est possible qu'un administrateur de domaine l'ait configurée. Nous ne cautionnons pas le contournement des politiques d'entreprise.
{% endhint %}

### Solution

1. Cliquez sur ***Démarrer*** dans Windows, tapez ***Exécuter*** et ouvrez l'application.
2. Tapez ***regedit*** pour ouvrir l'éditeur de registre et ***autorisez*** l'application à apporter des modifications.
3. Accédez à la clé **HKEY\_LOCAL\_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Services\DisablePasswordSaving** et modifiez la valeur à 0.
4. Dans Remote Desktop Manager, ***Ouvrez*** les ***Propriétés*** de la session RDP et vérifiez que ***Store password locally*** est activé et que le champ ***Host*** contient du texte.

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