安装wsl2 在程序管理勾选虚拟机平台和windows子系统,需要win10>1809,最好是2004版本 启用虚拟机 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 下载wsl2 https://docs.microsoft.com/zh-cn/windows/wsl/wsl2-kernel 设置所有子系统使用WSL2:wsl --set-default-version 2出现有关与 WSL 2 的主要区别的信息,请访问 https://aka.ms/wsl2 成功. 到app商城安装Linux 下载相应Linux系统,在sto……

阅读全文