Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created October 30, 2018 18:03
Show Gist options
  • Save PrateekKumarSingh/9a86a72862c4c5a0fee3dbe150a450ef to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/9a86a72862c4c5a0fee3dbe150a450ef to your computer and use it in GitHub Desktop.
# 1. Enable Windows Feature:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
# alternatively: Appwiz.cpl > Turn Windows Feature On/Off > Windows Subsystem for Linux
# 2. Restart your machine when prompted
Restart-Computer
# 3. Go to MicroSoft store and find a Suitable Linux Distribution. Install It.
# 4. Once the Installation is complete, Launch the WSL (Windows Subsystem for Linux)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment