WSL 手动下载安装

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>

原文地址:https://www.cnblogs.com/misstaste/p/11006112.html