> For the complete documentation index, see [llms.txt](https://docs.virbe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows/login-and-power-management.md).

# Login & power management

1. **Automatic login without password requirements**
   1. **If you install new windows** on a machine - simply DO NOT set any password for your account
   2. **If you already have Windows** installed on your machine
      * make sure you have only one account on your machine
      * Open the Registry Editor using \[Windows] + \[R] and “regedit”.
      * Enter *HKEY\_LOCAL\_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\PasswordLess\Device*.
      * Double click on “DevicePasswordLessBuildVersion” and set the value to “0”
      * Open User Accounts using \[Windows] + \[R] and “netplwiz”.
      * Uncheck the box beside “Users must enter a user name and password to use this computer”.
2. **Automatic start of the App after login**
   * Press "windows+R" on your keyboard  ➝ in the "Run" window type in "*shell:startup*" and pres enter.
   * A folder will open with your startup items. **Copy a shortcut** to Virbe app to the folder. Done!
3. **Automatic startup after power failure (e.g. unplug)**
   * Power On your computer and press "DEL" or "F1" or "F2" or "F10" to enter BIOS (CMOS) setup utility. (The way to enter into BIOS Settings depends on the computer manufacturer)
   * &#x20;Inside BIOS menu, look under the following menus to find for a setting named “Restore on AC/Power Loss” or “AC Power Recovery” or "After Power Loss".  The “Restore on AC/Power Loss” setting can be found under different places inside BIOS setup according to computer manufacturer.
   * Set the “Restore on AC/Power Loss” setting to “Power On”.

{% hint style="info" %}
Take a look on your microphone settings - set up the right one as a "default microphone" in the system settings.
{% endhint %}


---

# 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.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows/login-and-power-management.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.
