From bd0cd48cf470beb4a729d9fc113d93b6cff6b93c Mon Sep 17 00:00:00 2001 From: Ben Hillis Date: Wed, 18 Jul 2018 14:37:25 -0700 Subject: [PATCH] Update faq.md --- WSL/faq.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WSL/faq.md b/WSL/faq.md index d2fe65b2..5a6aeff0 100644 --- a/WSL/faq.md +++ b/WSL/faq.md @@ -131,12 +131,14 @@ To fix issues related to `udev`, follow the following steps: ln -s /bin/true /sbin/initctl ``` -### How do I uninstall WSL? +### How do I uninstall a WSL Distribution? -Open a command prompt and run: +On builds prior to 1709 (16299) open a command prompt and run: ```batchfile lxrun /uninstall /full ``` + +WSL distributions installed from the store can be uninstalled like any other Windows app, by right-clicking on the app tile and selecting Uninstall. ### Why does ping require admin privileges? Fixed in Build 14926 and later.