> 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/update-checker.md).

# 更新チェッカー

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

このポリシーは、KONNEKT がソフトウェア更新を確認するかどうかを定義します。

ポリシーが有効な場合、KONNEKT はソフトウェア更新を確認し、新しいバージョンをダウンロードするようポップアップウィンドウでユーザーに通知します。ポリシーが無効な場合、更新確認は行われず、ポップアップウィンドウも表示されません。

**ポリシー名:** `更新の確認`

![](/files/45d9f92456f4cc3a11e3567864f76073ab26ed59)

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

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 %}

* **値の名前:** `UpdateInterval`
* **値の種類:** `REG_DWORD`
* **値のデータ:** `78` （16進数）は有効の場合、 `0` 無効の場合
* **保存先:**
  * `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/system-settings/update-checker.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.
