# Intune GUI settings

{% hint style="info" %}
Most of the policies are applicable to version 2.0 and above
{% endhint %}

## Language

**Name:** Konnekt-Language

**OMA-URI**

User context:

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

Device context:

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

**Data type:** String

**Value**&#x20;

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

**Note**

As value use `en-US` for English or `de-DE`for German

## Account re-authentication UI

**Name:** Konnekt-Account-re-authentication-UI

**OMA-URI**

User context:

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

Device context:

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

**Data type:** String

**Value options**

```
<enabled/>
```

```
<disabled/>
```

**Note**

For more information about the policy, see [Account re-authentication](https://docs.konnekt.io/configuration/gui-behavior/account-reauthentication)

## Konnekt Explorer UI

**Name:** Konnekt-Explorer-UI

**OMA-URI**

User context:

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

Device context:

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

**Value**

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

**Note**

To hide one (or more) component, change the value to `false`. For more information about the policy, see [Explorer UI](https://docs.konnekt.io/configuration/gui-behavior/konnekt-explorer-ui)

#### **Example:**

Show **Uploads, History,** and **Offline Files** and hide **Account**

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

#### **Result**

![](https://2727108687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8zLVuKYctMIUr68_fs%2Fuploads%2FTkhLTMBo3zxM0XpJZkwO%2FKonnektNewUi2.png?alt=media\&token=19f294e8-60c1-4b62-b54b-a04302ebc342)

## Tray icon

Name: Konnekt-Tray-Icon

**OMA-URI**

User context:

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

Device context:

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

**Value options**

```
<enabled/>
```

```
<disabled/>
```

**Note**

For more information about the policy, see [Hide tray icon](https://docs.konnekt.io/configuration/gui-behavior/hide-tray-icon)


---

# 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/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.
