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

# Macro di digitazione di Remote Desktop Manager per eseguire l'autenticazione

{% tabs %}
{% tab title="Windows" %}
Con Remote Desktop Manager è possibile inviare le credenziali tramite una macro di digitazione utilizzando le variabili.

1. Apra le ***Proprietà*** di una voce di sessione ***Website***. Nel menu a sinistra, si assicuri di trovarsi in ***Comune – Generale***.
2. Clicchi sulla scheda ***Login*** per accedere alla sezione ***Impostazioni***.
3. Abiliti ***Compilazione automatica del login*** e disabiliti ***Invio automatico***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4835.png" alt=""><figcaption></figcaption></figure>
4. Nel menu a sinistra, vada su ***Sicurezza – Impostazioni di sicurezza***.
5. In ***Password***, abiliti ***Consenti password nella variabile***. Questa opzione deve essere abilitata per inviare la password alla sessione remota.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Se l'opzione è disattivata, deve attivare <em><strong>Consenti variabili password per tutte le voci</strong></em> e <em><strong>Consenti variabile password nelle macro</strong></em> in <em><strong>Amministrazione – Impostazioni di sistema – Criteri password</strong></em>.Inoltre, se utilizza la modalità di credenziali <em><strong>Collegate (cassaforte)</strong></em> nella sua voce, dovrà abilitare l'opzione <em><strong>Consenti password nella variabile</strong></em> anche nella voce di credenziali collegata.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2083_2024_3.png" alt=""><figcaption></figcaption></figure>
6. Nel menu a sinistra, vada su ***Connessione – Eventi***.
7. Clicchi sulla scheda ***Dopo apertura***. Nella sezione ***Macro di digitazione***, incolli quanto segue: `$USERNAME${TAB}$PASSWORD${ENTER}`.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4837.png" alt=""><figcaption></figcaption></figure>
8. Clicchi su ***OK*** per salvare.
   {% endtab %}

{% tab title="macOS" %}

1. Selezioni una voce di sessione ***Website*** e clicchi su ***Modifica voce*** nella scheda ***Modifica***. In ***Generale***, clicchi su ***Website***, poi sulla scheda ***Login***. Abiliti ***Compilazione automatica del login*** e disabiliti ***Invio automatico***.

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

2. In ***Sicurezza – Impostazioni di sicurezza***, abiliti ***Consenti password nella variabile***. Questa opzione deve essere abilitata per inviare la password alla sessione remota.

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

3. In ***Connessione – Eventi***, clicchi sulla scheda ***Dopo apertura*** e aggiunga nella sezione ***Macro di digitazione***: `$USERNAME${TAB}$PASSWORD${ENTER}`.

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

4. Clicchi su ***Salva***.
   {% 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/remote-desktop-manager-typing-macro-to-perform-authentication.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.
