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

# Configuración de la GUI de Intune

{% hint style="info" %}
La mayoría de las directivas son aplicables a la versión 2.0 y posteriores
{% endhint %}

## Idioma

**Nombre:** Idioma de Konnekt

**OMA-URI**

Contexto de usuario:

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

Contexto de dispositivo:

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

**Tipo de datos:** Cadena

**Valor**

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

**Nota**

Como valor use `en-US` para inglés o `de-DE`para alemán

## UI de reautenticación de cuenta

**Nombre:** Konnekt-UI de reautenticación de cuenta

**OMA-URI**

Contexto de usuario:

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

Contexto de dispositivo:

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

**Tipo de datos:** Cadena

**Opciones de valor**

```
<enabled/>
```

```
<disabled/>
```

**Nota**

Para obtener más información sobre la directiva, consulte [Reautenticación de cuenta](/es/configuration/gui-behavior/account-reauthentication.md)

## Interfaz de usuario de Konnekt Explorer

**Nombre:** Konnekt-UI del Explorador

**OMA-URI**

Contexto de usuario:

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

Contexto de dispositivo:

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

**Valor**

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

**Nota**

Para ocultar uno (o más) componentes, cambie el valor a `false`. Para obtener más información sobre la directiva, consulte [Interfaz del Explorador](/es/configuration/gui-behavior/konnekt-explorer-ui.md)

#### **Ejemplo:**

Mostrar **Cargas, Historial,** y **Archivos sin conexión** y ocultar **Cuenta**

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

#### **Resultado**

![](/files/bd5c9ca1f4ecab68e2898dfda43036a8826b8132)

## Icono de la bandeja

Nombre: Konnekt-Tray-Icon

**OMA-URI**

Contexto de usuario:

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

Contexto de dispositivo:

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

**Opciones de valor**

```
<enabled/>
```

```
<disabled/>
```

**Nota**

Para obtener más información sobre la directiva, consulte [Ocultar icono de la bandeja](/es/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/es/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.
