WSL
Windows Subsystem for Linux
NOTE: THERE IS TOO MUCH OVERHEAD FOR WSL, DON'T ENABLE!
Enable
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Disable
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Install Ubuntu
wsl --install -d ubuntu
ref [1]