> 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/other/license-key-on-multi-user-environments.md).

# ライセンスキーを設定

## ライセンスキーの保存

KONNEKT は 2 つのレジストリキーからライセンスキーを検索します:

`HKEY_CURRENT_USER\SOFTWARE\glueckkanja\Konnekt\License` (REG\_SZ)

`HKEY_LOCAL_MACHINE\SOFTWARE\glueckkanja\Konnekt\License` (REG\_SZ)

{% hint style="info" %}
ライセンスキーがマシンレベル (HKLM) で設定されている場合、ユーザーレベル (HKCU) のライセンスキーより優先されます。
{% endhint %}

## ライセンスキーの構成

ライセンスキーを構成する方法にはいくつかのオプションがあります:

|      オプション      |                                                 説明                                                |                                         使用例                                        |  ライセンスキーの保存場所 |
| :-------------: | :-----------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------: | :-----------: |
| **対話形式のセットアップ** |                                       対話形式のセットアップ中にキーを入力します                                       |                           このオプションは、単一のシステムに適している場合があります。                           |      HKLM     |
|     **ポリシー**    |                               GPO または Intune ポリシーを使用してライセンスキーを設定します。                              | これは管理された環境に推奨される方法です。\n参照 [ライセンスキーを設定](#set-license-key-via-registry-gpo-mdm) の詳細。 | HKLM または HKCU |
|  **MSI パラメーター** | ライセンスキーを MSI パラメーターとして設定します。\n(例: サイレント [セットアップ](/ja/installation/setup.md#silent-installation)). |                      このオプションは、ソフトウェア配布システムのある環境に適している場合があります。                      |      HKLM     |
|    **設定メニュー**   |                                       設定メニューでライセンスキーを入力します。                                       |                           このオプションは、単一ユーザーのシステムにのみ使用できます。                           |      HKCU     |

設定メニューでライセンスキーを入力する場合:

![](/files/ee8bfdb0097657b36eae47573537b9ba7ddf1497)

{% hint style="danger" %}
設定メニューは、現在のユーザー (HKCU) にのみライセンスを設定します。同じマシンにログインする他のユーザーも、それぞれライセンスを設定する必要があります。

HKLM にライセンスキーが構成されている場合、設定メニューからの設定は有効ではありません。(参照 [ライセンスキーを設定](#license-key-storage) の詳細)。
{% endhint %}

## レジストリ/GPO/MDM でライセンスキーを設定

キー名: **ライセンス**\
種類: REG\_SZ (文字列値)。

ライセンスキーを設定します。

当社の [ADMX テンプレート](/ja/configuration/management-options/settings-via-gpo.md#admx-file) を使用してこの設定を構成することをお勧めします。

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

* マシンまたはユーザーのレジストリ設定の下でレジストリにキーを追加して手動で
* GPO で、参照 [GPO での設定](/ja/configuration/management-options/settings-via-gpo.md)
* Intune でポリシーを配信することで、参照 [Intune 管理対象デバイスの設定](/ja/configuration/management-options/setting-for-intune-managed-devices-1/intune-other-settings.md#set-license-key)

**ポリシー** 保存先:

`HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\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/other/license-key-on-multi-user-environments.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.
