> 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/konnekt-explorer-ui.md).

# エクスプローラー UI

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

このポリシーは、Konnekt explorer node のどのコンポーネントを表示し、どれを表示しないかを定義します。

Konnekt には、Explorer ウィンドウに表示される 4 つのコンポーネントがあります: **アップロード**, **履歴**, **Offline Files,** と **アカウント**

![](/files/a02afca58164e71afe7bf30d8979490ac7f8837a)

**例:** Uploads、History、Offline Files を表示し、Accounts を非表示にする（ユーザーが新しい M365 アカウントを追加するのを防ぐため）&#x20;

![](/files/ddad70d1e9ab92cede232cebfe83004e8192a8b1)

{% hint style="warning" %}
ポリシーを適用するには、次のものを再起動する必要があります **Windows Explorer** プロセス。再起動は不要です **KONNEKT**
{% endhint %}

**結果:**

![](/files/2376c4f2ea4530c9e927a4529dfc7a366bc09b18)

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

**ポリシー名:** Konnekt Explorer UI

### レジストリ

**キー名:** `ShellAccounts、ShellHistory、ShellOfflineFiles、ShellRestricted、ShellUploads`\
**キーの種類:** REG\_DWORD (32ビット値)

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

* マシンまたはユーザーレジストリ設定の下にレジストリでキーを追加して手動で
* 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#konnekt-explorer-ui)

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

`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/konnekt-explorer-ui.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.
