> ## Documentation Index
> Fetch the complete documentation index at: https://docs.signagelab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows Device

> Installation guide for Windows devices.

## Requirements

* Windows 10 Pro x86 (32 and 64 bit versions)
* Windows May 2020 update, Version 2004, Build 19041 or higher

## Installation Steps

<Steps>
  <Step title="Download the application">
    Download the application [here](https://win.signageos.io/exe)
  </Step>

  <Step title="Allow application installation">
    ![image](https://signagelab-alfa-space.fra1.digitaloceanspaces.com/documentation/images/en/Windows/windows_uac_dialog.png)
  </Step>

  <Step title="Click 'Next'">
    ![image](https://signagelab-alfa-space.fra1.digitaloceanspaces.com/documentation/images/en/Windows/windows_installer_enter.png)
  </Step>

  <Step title="Enter password and click 'Install'">
    ![image](https://signagelab-alfa-space.fra1.digitaloceanspaces.com/documentation/images/en/Windows/windows_installer_password.png)
  </Step>

  <Step title="Once the application is installed, click 'Next'">
    ![image](https://signagelab-alfa-space.fra1.digitaloceanspaces.com/documentation/images/en/Windows/windows_installer_installation.png)
  </Step>

  <Step title="Restart your computer">
    ![image](https://signagelab-alfa-space.fra1.digitaloceanspaces.com/documentation/images/en/Windows/windows_installer_restart.png)
  </Step>

  <Step title="After restart, a 6-character verification HASH will be displayed" />

  <Step title="Register your device in CMS">
    Register your device in CMS [here](https://my.signagelab.com)
  </Step>

  <Step title="Once the device is set up this way, it can be packaged and sent to the end customer, everything else can be done remotely" />
</Steps>

## Uninstallation

<Steps>
  <Step title="Open PowerShell as Administrator" />

  <Step title="In PowerShell navigate to the folder">
    ```
    cd C:\Signageos
    ```
  </Step>

  <Step title="Enter the command">
    ```
    .\Uninstall-SignageOS.ps1
    ```
  </Step>
</Steps>
