> 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/english/admira-player-installation/windows-10/windows-settings.md).

# Windows settings

## Power Options

Under Power Settings, **Never turn** off should be checked in cases where the computer is:&#x20;

1. Off
2. Sleep
3. Hibernate

## Screensaver and Display

You need to disable the computer’s screensaver. To do this, follow the steps described below:&#x20;

1. At Start select the option **Settings**. Right-click on the desktop (in this case skip to step 3).
2. Then select **Personalize**.
3. Select **Lock Screen**
4. On the **Lock Screen** (bottom), select **Screen Saver Settings**.
5. Finally, in the **Screen Saver Settings Panel,** select **none**.

&#x20;

<figure><img src="https://lh4.googleusercontent.com/msPJtdN9bQ4W82giH-WVyOrCBI30lJ4F_xn_qk7XRy6ihynQRDNy5VQ7oMRcJSnz_G4hMb95hlkn3QvHV6KVoXXlLya4nUv8RgCWyH2dOBD8fQx-DLUT_ShJZ0weJahOpLiqXRS93NlXb0ZDDNICYoqsEK7zlRsa8NDEEZpfU4JeGUojvjgeyWQLguL_" alt="" width="375"><figcaption><p>Screen Saver Settings</p></figcaption></figure>

## Windows Desktop

Configure desktop with the following features in mind:&#x20;

1. Hide desktop icons (accessed by right-clicking the Launch bar).&#x20;
2. Hide Launch bar (accessed by right-clicking on Launch bar).&#x20;
3. Solid colours (access using right-click, choose Custom and Desktop background).&#x20;
4. Desktop background (Set background image to black or a project-specific image).
5. Ensure that the text scale is set to 100%.

## Configure the graphics

Configuring the graphics is, in many cases, an automatic process that is done when a screen is connected to the PC, but it is sometimes necessary to modify the settings, and the resolution and rotation will need to be modified according to the needs of the project.

In which cases do you need to modify the graphics settings?

* When the automatic configuration is not correct
* When Videowall is installed with particular formations
* With screens with special measurements (e.g. 350 x 670px LED screens)

In such cases, it is important to understand the features of the installed graphics model and its limitations.

## Time Zone/Date-Time

Set up from the taskbar, **Clock/Date** option, and check the following:

* Set time zone according to the location where the player is installed.
* Set the time via the internet.

## Startup and Recovery Options (Optional)

After a power failure, the computer automatically restarts with a 5-second countdown. To set the countdown:

1. Go to **System Properties** using the \<msconfig> command.
2. In the Boot tab, set the timeout in seconds.


---

# 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/english/admira-player-installation/windows-10/windows-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.
