> 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/setting-for-intune-managed-devices-1/intune-gui-settings.md).

# Intune の GUI 設定

{% hint style="info" %}
ほとんどのポリシーはバージョン 2.0 以降に適用できます
{% endhint %}

## 言語

**名前:** Konnekt-Language

**OMA-URI**

ユーザー コンテキスト:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/Language
```

デバイス コンテキスト:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/Language
```

**データ型:** 文字列

**値**

```
<enabled/>
<data id="LanguageSelect" value="en-US"/>
```

**注**

値として使用する `en-US` 英語には `de-DE`ドイツ語には

## アカウント再認証 UI

**名前:** Konnekt-Account-re-authentication-UI

**OMA-URI**

ユーザー コンテキスト:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/PopupReauthenticateAccount
```

デバイス コンテキスト:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/PopupReauthenticateAccount
```

**データ型:** 文字列

**値のオプション**

```
<enabled/>
```

```
<disabled/>
```

**注**

ポリシーの詳細については、次を参照してください [アカウント再認証](/ja/configuration/gui-behavior/account-reauthentication.md)

## Konnekt Explorer UI

**名前:** Konnekt-Explorer-UI

**OMA-URI**

ユーザー コンテキスト:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/ShellNode
```

デバイス コンテキスト:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/ShellNode
```

**値**

```
<enabled/> 
<data id="ShellUploads" value="true"/>
<data id="ShellHistory" value="true"/>
<data id="ShellOfflineFiles" value="true"/>
<data id="ShellAccounts" value="true"/>
```

**注**

1 つ以上のコンポーネントを非表示にするには、値を `false`に変更します。ポリシーの詳細については、次を参照してください [エクスプローラー UI](/ja/configuration/gui-behavior/konnekt-explorer-ui.md)

#### **例:**

表示 **アップロード、履歴、** と **オフライン ファイル** および非表示 **アカウント**

```
<enabled/>
<data id="ShellUploads" value="true"/>
<data id="ShellHistory" value="true"/>
<data id="ShellOfflineFiles" value="true"/>
<data id="ShellAccounts" value="false"/>
```

#### **結果**

![](/files/f1c118acd8281cd94c16d0abc174b899fb2e2f41)

## トレイ アイコン

名前: Konnekt-Tray-Icon

**OMA-URI**

ユーザー コンテキスト:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/ShowTrayIcon
```

デバイス コンテキスト:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~ExplorerUI/ShowTrayIcon
```

**値のオプション**

```
<enabled/>
```

```
<disabled/>
```

**注**

ポリシーの詳細については、次を参照してください [トレイ アイコンを非表示にする](/ja/configuration/gui-behavior/hide-tray-icon.md)


---

# 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/setting-for-intune-managed-devices-1/intune-gui-settings.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.
