Install Windows Subsystem for Linux

First List of WSL valid distributions
Next, open an administrative command prompt or Terminal and for default distribution (Ubuntu LTS) install do a:

wsl --install
For other distributions (for example - Debian) use below command:
wsl --install -d Debian