# 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: 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:

```
GET https://docs.konnekt.io/pt/configuration/system-settings/authentication-browser-engine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
