Last active
December 4, 2017 16:10
-
-
Save componhead/32dcecd2a88cd84e29cc965133e86cd8 to your computer and use it in GitHub Desktop.
WSL (WIndows Subsystem Linux) notes
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
| UNINSTALL | |
| - Open a privileged cmd.exe | |
| - lxrun /uninstall /full | |
| - reboot | |
| - sc stop lxssmanager | |
| - rmdir /S %LOCALAPPDATA%\lxss | |
| - uninstall from "Microsoft Store" (this deletes all your installation): | |
| - from the store "add to Start menu" | |
| - from the start menu right-click "uninstall" | |
| optionalfeatures.exe : Open "Windows Features" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment