> 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/how-to-articles/remote-desktop-manager-typing-macro-to-perform-authentication.md).

# Macro de frappe Remote Desktop Manager pour effectuer une authentification

{% tabs %}
{% tab title="Windows" %}
Avec Remote Desktop Manager, il est possible d'envoyer des identifiants via une macro de frappe en utilisant des variables.

1. Ouvrez les ***Propriétés*** d'une entrée de session ***Website***. Dans le menu de gauche, assurez-vous d'être dans ***Common – Général***.
2. Cliquez sur l'onglet ***Login*** pour accéder à la section ***Paramètres***.
3. Activez ***Autofill login*** et désactivez ***Auto submit***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4835.png" alt=""><figcaption></figcaption></figure>
4. Dans le menu de gauche, naviguez vers ***Sécurité – Paramètres de sécurité***.
5. Sous ***Mot de passe***, activez ***Allow password in variable***. Cette option doit être activée pour envoyer le mot de passe à la session distante.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Si l'option est grisée, vous devez activer <em><strong>Allow password variables for all entries</strong></em> et <em><strong>Allow password variable in macros</strong></em> dans <em><strong>Administration – Paramètres système – Password Policy</strong></em>. De plus, si vous utilisez le mode d'identification <em><strong>Linked (vault)</strong></em> dans votre entrée, vous devrez également activer l'option <em><strong>Allow password in variable</strong></em> dans l'entrée d'identification liée.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2083_2024_3.png" alt=""><figcaption></figcaption></figure>
6. Dans le menu de gauche, naviguez vers ***Connexion – Événements***.
7. Cliquez sur l'onglet ***After Open***. Dans la section ***Typing macro***, collez ce qui suit : `$USERNAME${TAB}$PASSWORD${ENTER}`.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4837.png" alt=""><figcaption></figcaption></figure>
8. Cliquez sur ***OK*** pour enregistrer.
   {% endtab %}

{% tab title="macOS" %}

1. Sélectionnez une entrée de session ***Website*** et cliquez sur ***Edit entry*** dans l'onglet ***Modifier***. Sous ***Général***, cliquez sur ***Website***, puis sur l'onglet ***Login***. Activez ***Autofill login*** et désactivez ***Auto submit***.

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

2. Dans ***Sécurité – Paramètres de sécurité***, activez ***Allow password in variable***. Cette option doit être activée pour envoyer le mot de passe à la session distante.

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

3. Dans ***Connexion – Événements***, cliquez sur l'onglet ***After open*** et ajoutez dans la section ***Typing macro*** : `$USERNAME${TAB}$PASSWORD${ENTER}`.

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

4. Cliquez sur ***Enregistrer***.
   {% endtab %}
   {% endtabs %}


---

# 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/how-to-articles/remote-desktop-manager-typing-macro-to-perform-authentication.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.
