Skip to content

Instantly share code, notes, and snippets.

@JuryA
Last active October 19, 2018 09:42
Show Gist options
  • Save JuryA/aec11effb903c73e34b48fb9b66f3dd1 to your computer and use it in GitHub Desktop.
Save JuryA/aec11effb903c73e34b48fb9b66f3dd1 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment