> 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 est incapable d'enregistrer les mots de passe sur l'ordinateur local

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

{% hint style="info" %}
Ce paramètre a peut-être été défini par une stratégie de groupe. Si vous trouvez la valeur mais que vous ne savez pas pourquoi elle est définie, il est possible qu'un administrateur de domaine l'ait définie. Nous ne recommandons pas de contourner les politiques de l'entreprise.
{% endhint %}

### Solution

1. Cliquez sur ***Démarrer*** de Windows, tapez ***R*** un et ouvrez l'appli.
2. Tapez ***regedit*** pour ouvrir l'éditeur de registre et ***autorisez*** l'appli à apporter des modifications.
3. Naviguez jusqu'à la clé **HKEY\_LOCAL\_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Services\DisablePasswordSaving** et changez la valeur à 0.
4. Dans Remote Desktop Manager, ***ouvrez*** les ***Propriétés*** de la session RDP et validez que l'option ***Stocker le mot de passe localement*** est activée et que vous avez du texte dans le champ ***Hôte***.

   <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, and the optional `goal` 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>&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.
