https://docs.microsoft.com/zh-cn/windows/wsl/install-manual
Powershell方式安装:
命令:
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile Ubuntu.appx -UseBasicParsing
查看已安装的linux系统
命令:
wslconfig /list
卸载:
wslconfig /unregister <DistributionName>