How to remove/reset Windows Subsystem for Linux on Windows Insider Build 14316
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3 Looping
--
Chapters
00:00 How To Remove/Reset Windows Subsystem For Linux On Windows Insider Build 14316
00:35 Accepted Answer Score 154
01:20 Answer 2 Score 2
02:05 Thank you
--
Full question
https://superuser.com/questions/1065569/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#ubuntu #bash #windows10preview #windowssubsystemforlinux
#avk47
ACCEPTED ANSWER
Score 154
The following answer only applies to WSL on Windows 10 1703 and 1607. WSL on Windows 10 1709+ can be installed from within the Windows Store UWP application.
If you want to remove and reset the Linux subsystem, open a command prompt with elevated permissions and enter the following commands:
lxrun /uninstall /full
lxrun /install
On modern versions of Windows the command to uninstall the default WSL distribution is as follows:
wsl --unregister
Sources:
ANSWER 2
Score 2
I was having problems with installing BASH, it would always hang at "Expanding Filesystem...". When I ran
lxrun /uninstall /full
it would error out.
To fix this, I did a reboot. Ran this again as soon as the computer came back up. This worked. Then I found there is an issue related to installing the BASH prompt.
And someone brought up about pagefiles. I have four drives and three of them had pagefiles. I set the pagefile to one drive and set it to be automatically managed. Rebooted the computer. Then I was able to install the BASH prompt for Windows, but instead of using lxrun /install
I used
bash.exe -c "ps auxf"