Skip to content

Instantly share code, notes, and snippets.

@woodRock
Created July 30, 2019 04:42
Show Gist options
  • Save woodRock/b4aea655089939004c66494b8c3186e6 to your computer and use it in GitHub Desktop.
Save woodRock/b4aea655089939004c66494b8c3186e6 to your computer and use it in GitHub Desktop.
The following script enables the Ubuntu shell to be used on Windows 10
  1. Open Powershell as Administrator
  2. Run the following script:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  1. Restart your computer for changes to take effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment