We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d60da commit bd0cd48Copy full SHA for bd0cd48
1 file changed
WSL/faq.md
@@ -131,12 +131,14 @@ To fix issues related to `udev`, follow the following steps:
131
ln -s /bin/true /sbin/initctl
132
```
133
134
-### How do I uninstall WSL?
+### How do I uninstall a WSL Distribution?
135
136
-Open a command prompt and run:
+On builds prior to 1709 (16299) open a command prompt and run:
137
```batchfile
138
lxrun /uninstall /full
139
140
+
141
+WSL distributions installed from the store can be uninstalled like any other Windows app, by right-clicking on the app tile and selecting Uninstall.
142
143
### Why does ping require admin privileges?
144
Fixed in Build 14926 and later.
0 commit comments