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

# Browser-Engine für die Authentifizierung

{% hint style="info" %}
Diese Richtlinie gilt für Version 2.9 und höher.
{% endhint %}

Diese Richtlinie steuert, ob KONNEKT die Webbrowser-Komponente WebView2 von Edge (Chromium) verwendet.

{% hint style="success" %}
Um diese Richtlinie festzulegen, benötigen Sie die [ADMX/ADML](https://docs.konnekt.io/configuration/management-options#admx-adml-files) Dateien 2.9.0 und höher.
{% endhint %}

### Definition

**Richtlinienname:** Edge-Browser-Komponente (WebView2) deaktivieren

**Richtliniengruppe:** KONNEKT / Systemeinstellungen

| Richtlinieneinstellung | Verhalten                                                                                                                      |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Nicht konfiguriert     | Der Standardwert wird verwendet (deaktiviert).                                                                                 |
| Aktiviert              | KONNEKT verwendet WebView2 nicht; stattdessen wird die auf Internet Explorer basierende Steuerung verwendet.                   |
| Deaktiviert (Standard) | KONNEKT versucht, WebView2 zu verwenden. Wenn dies fehlschlägt, wird die auf Internet Explorer basierende Steuerung verwendet. |

{% hint style="warning" %}
Um die Richtlinie anzuwenden, müssen Sie neu starten **KONNEKT**
{% endhint %}

**Richtlinien** werden gespeichert in:&#x20;

`HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt`

Um sie für einen einzelnen Benutzer einzurichten, erstellen Sie diesen **Registrierung** Schlüssel:

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

**Wertname** (DWORD 32 Bit): DisableWebView2&#x20;

**Wertdaten:** 1

### **Richtlinie anwenden**

1. Manuell durch Hinzufügen des Schlüssels in der Registrierung unter den Maschinen- oder Benutzer-Registrierungseinstellungen
2. Über GPO, siehe [Einstellungen über GPO](/de/configuration/management-options/settings-via-gpo.md)
3. Richtlinien über Intune bereitstellen, siehe [Einstellungen für von Intune verwaltete Geräte](/de/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/de/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.
