Manage WSL
View a list of commands
wsl --helpInstall a distro
wsl --install <distro>wsl --install kali-linuxView a list of distros installed in WSL
wsl --listSet the default distribution to use
wsl --set-default <distro>Run a specific distro
Run a distro in specific directory
Finalize all running distros and close WSL
Export a WSL distro (backup)
Import a WSL distro
Delete a WSL distro
Last updated