Skip to content

Instantly share code, notes, and snippets.

@pascals-msft
Created November 17, 2016 13:23
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascals-msft/bd9f7c02c4d7ce4fa582ac1c607d3a3b to your computer and use it in GitHub Desktop.
Save pascals-msft/bd9f7c02c4d7ce4fa582ac1c607d3a3b to your computer and use it in GitHub Desktop.
How to uninstall Windows Subsystem for Linux
In a privileged cmd.exe:
lxrun /uninstall /full
sc stop lxssmanager
rmdir /S %LOCALAPPDATA%\lxss
optionalfeatures.exe --> uncheck "Windows Subsystem for Linux (Beta)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment