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

# Interface utilisateur de l'Explorateur

{% hint style="info" %}
Cette stratégie s’applique à la version 2.0 et supérieure
{% endhint %}

Cette stratégie définit quels composants du nœud de l’explorateur Konnekt sont affichés et lesquels ne le sont pas.

Konnekt comporte 4 composants affichés dans la fenêtre de l’Explorateur : **Téléversements**, **Historique**, **Fichiers hors ligne,** et **Comptes**

![](/files/aff32a6e6a3f1cfd65869218544243dbe1b880af)

**Exemple :** Afficher Téléversements, Historique, Fichiers hors ligne et masquer Comptes (pour empêcher les utilisateurs d’ajouter de nouveaux comptes M365)

![](/files/993713dcb6f88baa94c2b269c437d453f91d3962)

{% hint style="warning" %}
Pour appliquer la stratégie, vous devez redémarrer le **Explorateur Windows** processus, pas besoin de redémarrer **KONNEKT**
{% endhint %}

**Résultat :**

![](/files/3a85cf0e9bfae0a5d0f2d6df728c6c963a17a791)

### **Informations sur la stratégie**

**Nom de la stratégie :** Interface utilisateur de Konnekt Explorer

### Registre

**Noms des clés :** `ShellAccounts, ShellHistory, ShellOfflineFiles, ShellRestricted, ShellUploads`\
**Type de clé :** REG\_DWORD (valeur 32 bits)

## **Il existe plusieurs façons d’appliquer la stratégie :**

* manuellement en ajoutant la clé dans le Registre, sous les paramètres de Registre de la machine ou de l’utilisateur
* via GPO, voir [paramètres via GPO](/fr/configuration/management-options/settings-via-gpo.md)
* déploiement de stratégies via Intune, voir [paramètres pour les appareils gérés par Intune](/fr/configuration/management-options/setting-for-intune-managed-devices-1/intune-gui-settings.md#konnekt-explorer-ui)

**Stratégies** stockées dans :

`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/fr/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.
