WSL常用命令

查看所有已经安装的分发版本:

1
wsl --list --all

查看正在运行的分发版本:

1
wsl --list --running

删除指定的分发版本:

1
wsl --unregister <DistributionName>