# Intune-GUI-Einstellungen

{% hint style="info" %}
Die meisten Richtlinien gelten für Version 2.0 und höher
{% endhint %}

## Sprache

**Name:** Konnekt-Sprache

**OMA-URI**

Benutzerkontext:

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

Gerätekontext:

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

**Datentyp:** String

**Wert**&#x20;

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

**Hinweis**

Als Wert verwenden `en-US` für Englisch oder `de-DE`für Deutsch

## UI für erneute Kontoauthentifizierung

**Name:** Konnekt-UI für erneute Kontoauthentifizierung

**OMA-URI**

Benutzerkontext:

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

Gerätekontext:

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

**Datentyp:** String

**Werteoptionen**

```
<enabled/>
```

```
<disabled/>
```

**Hinweis**

Weitere Informationen zur Richtlinie finden Sie unter [Erneute Kontoauthentifizierung](/de/configuration/gui-behavior/account-reauthentication.md)

## Konnekt Explorer-Oberfläche

**Name:** Konnekt-Explorer-UI

**OMA-URI**

Benutzerkontext:

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

Gerätekontext:

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

**Wert**

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

**Hinweis**

Um eine oder mehrere Komponenten auszublenden, ändern Sie den Wert auf `false`. Weitere Informationen zur Richtlinie finden Sie unter [Explorer-UI](/de/configuration/gui-behavior/konnekt-explorer-ui.md)

#### **Beispiel:**

Anzeigen **Uploads, Verlauf,** und **Offline-Dateien** und ausblenden **Konto**

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

#### **Ergebnis**

![](/files/45bb3b8a1ca6a94fe355677aa089fdb86275eeef)

## Symbol im Infobereich

Name: Konnekt-Symbol im Infobereich

**OMA-URI**

Benutzerkontext:

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

Gerätekontext:

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

**Werteoptionen**

```
<enabled/>
```

```
<disabled/>
```

**Hinweis**

Weitere Informationen zur Richtlinie finden Sie unter [Symbol im Infobereich ausblenden](/de/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/de/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.
