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

# Macro de escritura de Remote Desktop Manager para realizar la autenticación

{% tabs %}
{% tab title="Windows" %}
Con Remote Desktop Manager, es posible enviar credenciales mediante una macro de escritura usando variables.

1. Abra las ***Propiedades*** de una entrada de sesión ***Website***. En el menú de la izquierda, asegúrese de estar en ***Común – General***.
2. Haga clic en la pestaña ***Inicio de sesión*** para acceder a la sección ***Configuración***.
3. Active ***Autocompletar inicio de sesión*** y desactive ***Envío automático***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4835.png" alt=""><figcaption></figcaption></figure>
4. En el menú de la izquierda, navegue hasta ***Seguridad – Configuración de seguridad***.
5. En ***Contraseña***, active ***Permitir contraseña en variable***. Esta opción debe estar activada para enviar la contraseña a la sesión remota.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Si la opción aparece atenuada, debe activar <em><strong>Permitir variables de contraseña para todas las entradas</strong></em> y <em><strong>Permitir variable de contraseña en macros</strong></em> en <em><strong>Administración – Configuración del sistema – Política de contraseñas</strong></em>.Además, si utiliza el modo de credenciales <em><strong>Vinculado (bóveda)</strong></em> en su entrada, también deberá activar la opción <em><strong>Permitir contraseña en variable</strong></em> en la entrada de credenciales vinculada.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2083_2024_3.png" alt=""><figcaption></figcaption></figure>
6. En el menú de la izquierda, navegue hasta ***Conexión – Eventos***.
7. Haga clic en la pestaña ***Después de abrir***. En la sección ***Macro de escritura***, pegue lo siguiente: `$USERNAME${TAB}$PASSWORD${ENTER}`.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4837.png" alt=""><figcaption></figcaption></figure>
8. Haga clic en ***OK*** para guardar.
   {% endtab %}

{% tab title="macOS" %}

1. Seleccione una entrada de sesión ***Website*** y haga clic en ***Editar entrada*** en la pestaña ***Editar***. En ***General***, haga clic en ***Website*** y después en la pestaña ***Inicio de sesión***. Active ***Autocompletar inicio de sesión*** y desactive ***Envío automático***.

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

2. En ***Seguridad – Configuración de seguridad***, active ***Permitir contraseña en variable***. Esta opción debe estar activada para enviar la contraseña a la sesión remota.

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

3. En ***Conexión – Eventos***, haga clic en la pestaña ***Después de abrir*** y añada en la sección ***Macro de escritura***: `$USERNAME${TAB}$PASSWORD${ENTER}`.

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

4. Haga clic en ***Guardar***.
   {% 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/es/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.
