> 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/management-options/settings-via-gpo.md).

# GPO 経由の設定

## レジストリ キーの場所

**設定** は次の場所に保存されます:\
\
`HKEY_CURRENT_USER\SOFTWARE\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\glueckkanja\Konnekt`

**ポリシー** は次の場所に保存されます:

`HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`

## ADMX ファイル

KONNEKT にグループ ポリシーを使用するには、添付の ADMX テンプレートを使用してください。言語ファイルが必要なシナリオについては、ZIP ファイル内の language フォルダーを参照してください。

ADMX テンプレートでは、次の設定を構成できます:

![](/files/8c750a8fa74a2ea9c584b44f14cf9e8ea9216a14)

次のことができます **ダウンロード** ADMX/ADML ファイル [こちらから](/ja/configuration/management-options.md#admx-adml-files).

## **GPO / レジストリ キーの優先順位**

KONNEKT は GPO / レジストリ の設定を次の順序で評価します:

1. HKEY\_CURRENT\_LOCAL\_MACHINE (HKLM)
2. HKEY\_CURRENT\_USER (HKCU)

## 設定メニューの動作

一部の設定は設定メニューでも利用できます:

![](/files/50899184e1ee9f93130e3c837c0b8b7da209df22)

GPO が強制されている場合、設定メニュー内の対応する設定は表示されたままですが、ユーザーによる変更はできないように無効化されます。


---

# 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/management-options/settings-via-gpo.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.
