需要Windows 10 build 18917及以上,启用 'Virtual Machine Platform' 可在控制面板或powershell
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
开启后,运行
wsl --set-version 2 //distro 为要启用的linex名
设置wsl 默认版本为2
wsl --set-default-version 2
查看wsl信息
wsl --list --verbose or wsl -l -v
link:https://docs.microsoft.com/en-us/windows/wsl/wsl2-install