> 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/system-settings/authentication-browser-engine.md).

# Motor do navegador de autenticação

{% hint style="info" %}
Esta política é aplicável à versão 2.9 e superiores.
{% endhint %}

Esta política controla se o KONNEKT usa o componente do navegador WebView2 do Edge (Chromium).

{% hint style="success" %}
Para definir esta política, você precisa dos [ADMX/ADML](https://docs.konnekt.io/configuration/management-options#admx-adml-files) arquivos 2.9.0 e superiores.
{% endhint %}

### Definição

**Nome da política:** Desativar componente do navegador Edge (WebView2)

**Grupo de política:** KONNEKT / Definições do Sistema

| Definição de política | Comportamento                                                                                     |
| --------------------- | ------------------------------------------------------------------------------------------------- |
| Não configurado       | É usado o padrão (desativado).                                                                    |
| Ativado               | O KONNEKT não usará o WebView2; em vez disso, será usado o controle baseado no Internet Explorer. |
| Desativado (padrão)   | O KONNEKT tentará usar o WebView2. Se falhar, usará o controle baseado no Internet Explorer.      |

{% hint style="warning" %}
Para aplicar a política, tem de reiniciar **KONNEKT**
{% endhint %}

**Políticas** são armazenadas em:&#x20;

`HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt`

Para configurá-lo para um único usuário, crie esta **Registo** chave:

Computer\HKEY\_CURRENT\_USER\Software\GlueckKanja\Konnekt&#x20;

**Nome do valor** (DWORD 32 bits): DisableWebView2&#x20;

**Dados do valor:** 1

### **Aplicar a política**

1. Manual, adicionando a chave nas definições do registo da máquina ou do utilizador
2. Via GPO, veja [definições via GPO](/pt/configuration/management-options/settings-via-gpo.md)
3. Para enviar políticas via Intune, veja [definições para Dispositivos Geridos pelo Intune](/pt/configuration/management-options/setting-for-intune-managed-devices-1.md)


---

# 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/system-settings/authentication-browser-engine.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.
