Skip to content

Instantly share code, notes, and snippets.

@gravcat
Last active September 27, 2017 19:49
Show Gist options
  • Select an option

  • Save gravcat/b91a5b3361e81c6469db3c3e936b64e6 to your computer and use it in GitHub Desktop.

Select an option

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