# アカウント ウィザードをスキップ

{% hint style="info" %}
KONNEKT 2.2.0 以降で利用可能です
{% endhint %}

KONNEKT が起動すると、アカウントのセットアップを含め、現在のユーザー向けに KONNEKT が自動的に展開されます。このポリシーにより、これを防ぐことができます。

**ポリシー名:** `SkipAccountWizard`

| ポリシー設定 | 動作                              |
| ------ | ------------------------------- |
| 無効（既定） | KONNEKT は現在のユーザー向けに構成される必要があります |
| 有効     | KONNEKT は現在のユーザー向けに構成されてはなりません  |

{% hint style="warning" %}
このポリシーを設定することが非常に重要です **事前に** KONNEKT の最初の起動前に設定しないと有効になりません。
{% endhint %}

関連情報については、こちらも参照してください [こちらから](/ja/troubleshooting/subscribe-a-subset-of-users.md) このトピックに関する関連情報。

### **このポリシーを適用する方法はいくつかあります**

1. GPO 経由、こちらを参照 [GPO による設定](/ja/configuration/management-options/settings-via-gpo.md)
2. Intune を介したポリシーのプッシュ、こちらを参照 [Intune 管理デバイス向けの設定](/ja/configuration/management-options/setting-for-intune-managed-devices-1.md)
3. レジストリにキーを追加して手動で

### レジストリでの手動設定

{% hint style="info" %}
GPO または Intune 管理を使用する場合は、これは必要ありません
{% endhint %}

* **値の名前:** `SkipAccountWizard`
* **値の種類:** `REG_DWORD`
* **値のデータ:** `0` または `1`
  * `0` = 無効
  * `1` = 有効
* **保存先:**
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`


---

# 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/configure-konnekt-for-a-subset-of-users.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.
