> 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\_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.
