> For the complete documentation index, see [llms.txt](https://docs.admira.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.admira.com/instalacion-admira-player/windows-10/configuracion-del-sistema-operativo-windows.md).

# Configuración del sistema operativo Windows

Para el correcto funcionamiento del sistema operativo Windows con Admira, es necesario realizar algunos ajustes en la configuración del usuario, el sistema de notificaciones y la configuración de pantalla.

&#x20;

#### Crear usuario de sistema con permisos de administrador

Realizar la instalación/configuración con usuario administrador estableciendo inicio de sesión automática. Se recomienda un solo usuario administrador sin contraseña para que arranque el equipo sin necesidad de introducir credenciales.

#### Control de cuentas de usuario

1. Entrar en ***Panel de Control*** haciendo clic derecho sobre el ***icono de Windows*** en la parte inferior izquierda de la pantalla

<figure><img src="/files/j7C6XQ1xj0K8xLF5oD9i" alt="" width="426"><figcaption><p>Panel de Control, UAC</p></figcaption></figure>

2. Una vez en el ***Panel de Control*** escribir ***UAC*** en el buscador situado en la parte superior derecha de la ventana.

<figure><img src="/files/WxINSS3cIijOGS3ET2qO" alt="" width="452"><figcaption><p>Panel de Control, UAC</p></figcaption></figure>

3. A continuación en el panel de ***Configuración de Control de Cuentas de Usuario*** donde bajamos el selector de niveles de notificación al nivel inferior (***No notificarme nunca***). Aceptamos y reiniciamos el equipo.

<figure><img src="/files/e9yohqs9hydHulzVfOA3" alt="" width="563"><figcaption><p>Configuración de Control de Cuentas de Usuario</p></figcaption></figure>


---

# 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.admira.com/instalacion-admira-player/windows-10/configuracion-del-sistema-operativo-windows.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.
