> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/es/configuration/management-options/settings-via-gpo.md).

# Configuración mediante GPO

## Ubicación de la clave del Registro

**Configuración** se almacenan en:\
\
`HKEY_CURRENT_USER\SOFTWARE\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\glueckkanja\Konnekt`

**Políticas** se almacenan en:

`HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`

## Archivo ADMX

Para usar las directivas de grupo para KONNEKT, utilice la plantilla ADMX adjunta. Para escenarios en los que se necesite un archivo de idioma, consulte la carpeta de idiomas del archivo ZIP.

Con la plantilla ADMX se pueden configurar los siguientes ajustes:

![](/files/29a55dd428b26b053a0dc68f61d8ba8725791f0e)

Puede **descargar** los archivos ADMX/ADML [aquí](/es/configuration/management-options.md#admx-adml-files).

## **Prioridades de GPO / clave del Registro**

KONNEKT evalúa la configuración de la GPO / el registro en este orden:

1. HKEY\_LOCAL\_MACHINE (HKLM)
2. HKEY\_CURRENT\_USER (HKCU)

## Comportamiento del menú de preferencias

Algunos de los ajustes también están disponibles en el menú de preferencias:

![](/files/b1d3e6b70d09059728b495305c0b24a3add6e838)

Si se aplica una GPO obligatoriamente, el ajuste correspondiente en el menú de preferencias seguirá mostrándose, pero estará deshabilitado para que el usuario lo cambie.


---

# 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.konnekt.io/es/configuration/management-options/settings-via-gpo.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.
