> 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/gui-behavior/konnekt-explorer-ui.md).

# Interfaz de usuario del Explorador

{% hint style="info" %}
Esta directiva se aplica a la versión 2.0 y superiores
{% endhint %}

Esta directiva define qué componentes del nodo explorador de Konnekt se muestran y cuáles no.

Konnekt tiene 4 componentes mostrados en la ventana del Explorador: **Cargas**, **Historial**, **Archivos sin conexión,** y **Accounts**

![](/files/2e12ef72406ad4550dccefd9ced309609e5af441)

**Ejemplo:** Mostrar Cargas, Historial, Archivos sin conexión y ocultar Cuentas (para evitar que los usuarios agreguen nuevas cuentas de M365)&#x20;

![](/files/464e3dd5af16c245d62bd88d906a19cb29caade1)

{% hint style="warning" %}
Para aplicar la directiva, tienes que reiniciar el **Explorador de Windows** proceso, no es necesario reiniciar **KONNEKT**
{% endhint %}

**Resultado:**

![](/files/f92f66ca52b512f47c78ddc23c85f60f814e725e)

### **Información de la directiva**

**Nombre de la directiva:** Interfaz de usuario de Konnekt Explorer

### Registro

**Nombres de las claves:** `ShellAccounts, ShellHistory, ShellOfflineFiles, ShellRestricted, ShellUploads`\
**Tipo de clave:** REG\_DWORD (valor de 32 bits)

## **Hay varias formas de aplicar la directiva:**

* manualmente, añadiendo la clave en el registro bajo la configuración del registro del equipo o del usuario
* mediante GPO, véase [configuración mediante GPO](/es/configuration/management-options/settings-via-gpo.md)
* aplicando directivas mediante Intune, véase [configuración para dispositivos administrados por Intune](/es/configuration/management-options/setting-for-intune-managed-devices-1/intune-gui-settings.md#konnekt-explorer-ui)

**Directivas** almacenadas en:

`HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt`


---

# 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/gui-behavior/konnekt-explorer-ui.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.
