> 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/gui-behavior/hide-tray-icon.md).

# トレイ アイコンを非表示

{% hint style="info" %}
このポリシーはバージョン 2.0 以降に適用されます
{% endhint %}

このポリシーは、KONNEKT がウィンドウのスタートバーのトレイ領域にアイコンを表示するかどうかを制御します。

ポリシーが有効な場合、トレイ アイコンが表示されます。ポリシーが無効な場合、トレイ アイコンは表示されません。ユーザーは KONNEKT を `/ui` オプション付きで再起動して、トレイ アイコンを表示できます。

![](/files/58373aac02c7b7e9180ed5e5be5204839a184cc7)

{% hint style="warning" %}
ポリシーを適用するには、再起動する必要があります **KONNEKT**
{% endhint %}

### **ポリシー情報:**

**ポリシー名:** トレイ アイコン

### レジストリ

**キー名:** `ShowTrayIcon`\
**キーの種類:** REG\_DWORD (32ビット値)<br>

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

* マシンまたはユーザーレジストリ設定の下にレジストリでキーを追加して手動で
* GPO 経由で、詳細は [GPO による設定](/ja/configuration/management-options/settings-via-gpo.md)
* Intune を通じてポリシーをプッシュし、詳細は [Intune 管理デバイス向けの設定](/ja/configuration/management-options/setting-for-intune-managed-devices-1/intune-gui-settings.md#tray-icon)

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

`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/gui-behavior/hide-tray-icon.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.
