> 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/ja/configuration/system-settings/configure-konnekt-for-a-subset-of-users.md).

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

{% 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
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/ja/configuration/system-settings/configure-konnekt-for-a-subset-of-users.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.
