> 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/pt/configuration/management-options/settings-via-gpo.md).

# Definições via GPO

## Localização da chave do Registro

**Configurações** são armazenadas em:\
\
`HKEY_CURRENT_USER\SOFTWARE\GlueckKanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\GlueckKanja\Konnekt`

**Políticas** são armazenadas em:

`HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`

## Arquivo ADMX

Para usar as Políticas de Grupo para KONNEKT, utilize o Modelo ADMX anexado. Para cenários em que seja necessário um arquivo de idioma, consulte a pasta de idiomas no arquivo ZIP.

Com o Modelo ADMX, as seguintes configurações podem ser definidas:

![](/files/379afaac751b9d27cd4292c2fb14b886d5f795a6)

Você pode **baixar** os arquivos ADMX/ADML [aqui](/pt/configuration/management-options.md#admx-adml-files).

## **Prioridades de GPO / chave do Registro**

KONNEKT avalia as configurações da GPO / do Registro nesta ordem:

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

## Comportamento do menu de preferências

Algumas das configurações também estão disponíveis no menu de preferências:

![](/files/c648e6dfdee57dc4835a15ff32d984fcf967a227)

Se uma GPO estiver imposta, a configuração correspondente no menu de preferências ainda será exibida, mas desativada para alteração pelo usuário.


---

# 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/pt/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.
