Created
November 17, 2016 13:23
-
-
Save pascals-msft/bd9f7c02c4d7ce4fa582ac1c607d3a3b to your computer and use it in GitHub Desktop.
How to uninstall Windows Subsystem for Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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