Skip to content

Instantly share code, notes, and snippets.

@gravcat
Last active September 27, 2017 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravcat/b91a5b3361e81c6469db3c3e936b64e6 to your computer and use it in GitHub Desktop.
Save gravcat/b91a5b3361e81c6469db3c3e936b64e6 to your computer and use it in GitHub Desktop.
Start-Transcript "C:\enable-wsl-feature.txt"
Enable-WindowsOptionalFeature -Online -NoRestart -FeatureName Microsoft-Windows-Subsystem-Linux
Restart-Computer
Stop-Transcript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment