How-to install WSL on Win 10 (without Windows Store)
cinst Microsoft-Windows-Subsystem-Linux -source windowsFeatures
cinst wsl-ubuntu-1804
# 1. Installation of Chocolatey package manager
Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# 2. Installation of Windows Subsytem for Linux
cinst Microsoft-Windows-Subsystem-Linux -source windowsFeatures
# 4. Installation of Ubuntu from Chocolatey (Windows Store Issue workaround)
cinst wsl-ubuntu-1804