> 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/hide-tray-icon.md).

# Ocultar el icono de la bandeja

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

Esta directiva controla si KONNEKT muestra un icono en el área de la bandeja de la barra de inicio de la ventana.

Si la directiva está habilitada, se muestra el icono de la bandeja. Si la directiva está deshabilitada, no se muestra ningún icono de la bandeja. Los usuarios pueden reiniciar KONNEKT con la `/ui` opción para tener un icono de la bandeja.

![](/files/628754880a380ffee0af514965a7a29d584b2dc8)

{% hint style="warning" %}
Para aplicar la directiva, debe reiniciar **KONNEKT**
{% endhint %}

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

**Nombre de la directiva:** Icono de la bandeja

### Registro

**Nombres de clave:** `ShowTrayIcon`\
**Tipo de clave:** REG\_DWORD (valor de 32 bits)<br>

## **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#tray-icon)

**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/hide-tray-icon.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.
