Reset WSL

From ScottWiki
Revision as of 19:04, 28 March 2024 by Wikiadmin (talk | contribs) (Created page with "All run from powershell (with admin access) Show what distro you have wsl -l Clear the distro wsl --unregister Ubuntu Then run wsl -l Install using.. wsl.exe --install Ubuntu")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

All run from powershell (with admin access)

Show what distro you have

wsl -l

Clear the distro

wsl --unregister Ubuntu

Then run

wsl -l 

Install using..

wsl.exe --install Ubuntu