> 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/knowledge-base-articles/distribution-and-use-of-the-default.cfg-file.md).

# Distribución y uso del fichero default.cfg

Esta guía ofrece una descripción general completa de cómo usar y distribuir el fichero `default.cfg` en Remote Desktop Manager. El fichero `default.cfg` permite a los administradores definir configuraciones predeterminadas que se pueden aplicar automáticamente en los entornos de los usuarios.

### Exportar el fichero default.cfg

1. Abra Remote Desktop Manager.
2. Vaya a ***Archivo*** – ***Configuración*** – ***Exportar configuración***.
3. Elija los espacios de trabajo y la configuración de exportación que desea incluir.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Consulte <a href="/pages/YLtuvpQav4P2I2CX6LnC">Exportar configuración</a> para más detalles.</p></div>
4. Guarde el fichero como `default.cfg`.
5. Mueva el fichero `default.cfg` a la carpeta de instalación predeterminada de Remote Desktop Manager (`C:\Program Files\Devolutions\Remote Desktop Manager`). Esto se aplica tanto si Remote Desktop Manager está instalado como si se ejecuta en modo portátil.

### Distribuir el fichero default.cfg

Los administradores pueden distribuir el fichero `default.cfg` mediante cualquier método que se adapte a su entorno. Por ejemplo, en Intune, puede implementar el fichero en `C:\Program Files\Devolutions\Remote Desktop Manager`.

### Nuevos usuarios

Cuando un usuario abre la aplicación por primera vez y no existe ninguna configuración, Remote Desktop Manager detecta el `default.cfg`. Si lo encuentra, utiliza el fichero como plantilla para crear el fichero de configuración del usuario.

### Usuarios existentes

* Una directiva de grupo puede aplicar automáticamente nuevas configuraciones. Consulte [Aplicar políticas](/rdm/es/knowledge-base/how-to-articles/apply-policies-gpos.md) para saber cómo implementar la política ***Force loading of the default.cfg file***.
* Si un usuario aún no tiene un fichero de configuración, Remote Desktop Manager aplicará automáticamente la configuración predeterminada de `default.cfg`.
* Si `default.cfg` cambia respecto a una versión utilizada anteriormente, Remote Desktop Manager avisa al usuario y lo guía a través del flujo de decisión.
* Cuando Remote Desktop Manager se inicia y detecta un nuevo `default.cfg`, aparece el siguiente cuadro de diálogo:

![](https://cdnweb.devolutions.net/docs/RDMW6051_2025_3.png)

* ***Use new configuration (lose mine)***: reemplaza su configuración actual por el nuevo fichero `default.cfg`.

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Si se selecciona <em><strong>Use new configuration (lose mine)</strong></em>, ya sea por parte del usuario o impuesto por la aplicación, tenga en cuenta que se sobrescribirá la mayoría de la configuración existente. No se admite la combinación selectiva o granular de configuraciones.</p></div>
* ***Keep my configuration***: conserva su configuración existente e ignora el nuevo fichero `default.cfg`.


---

# 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/knowledge-base-articles/distribution-and-use-of-the-default.cfg-file.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.
