# 認証ブラウザ エンジン

{% hint style="info" %}
このポリシーはバージョン 2.9 以降に適用されます。
{% endhint %}

このポリシーは、KONNEKT が Edge (Chromium) Web ブラウザー コンポーネント WebView2 を使用するかどうかを制御します。

{% hint style="success" %}
このポリシーを設定するには、次のものが必要です。 [ADMX/ADML](https://docs.konnekt.io/configuration/management-options#admx-adml-files) ファイル 2.9.0 以降。
{% endhint %}

### 定義

**ポリシー名:** Edge ブラウザー コンポーネント (WebView2) を無効にする

**ポリシー グループ:** KONNEKT / システム設定

| ポリシー設定  | 動作                                                                      |
| ------- | ----------------------------------------------------------------------- |
| 未構成     | 既定値が使用されます (無効)。                                                        |
| 有効      | KONNEKT は WebView2 を使用せず、代わりに Internet Explorer ベースのコントロールが使用されます。      |
| 無効 (既定) | KONNEKT は WebView2 の使用を試みます。失敗した場合は、Internet Explorer ベースのコントロールを使用します。 |

{% hint style="warning" %}
ポリシーを適用するには、再起動する必要があります **KONNEKT**
{% endhint %}

**ポリシー** は次に保存されます:&#x20;

`HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt`

単一のユーザーに対して設定するには、この **レジストリ** キーを作成します:

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

**値名** (DWORD 32 ビット): DisableWebView2&#x20;

**値のデータ:** 1

### **ポリシーを適用する**

1. マシンまたはユーザーのレジストリ設定の下にレジストリ キーを追加して手動で
2. GPO 経由、こちらを参照 [GPO による設定](/ja/configuration/management-options/settings-via-gpo.md)
3. Intune を介したポリシーのプッシュ、こちらを参照 [Intune 管理デバイス向けの設定](/ja/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/ja/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.
