# 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
```

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

**値**&#x20;

```
<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`に変更します。このポリシーの詳細については、次を参照してください。 [Explorer 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: 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:

```
GET https://docs.konnekt.io/ja/configuration/management-options/setting-for-intune-managed-devices-1/intune-gui-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
