基本都是无法启动WSL2服务导致的,安装好了WSL2也启动了Hyper V还是不行
1 个赞
启动 WSL 功能
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
启动虚拟机平台功能
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
启动Hyper V
bcdedit /set hypervisorlaunchtype auto
这几个服务启动看看,注意要重启系统~~
1 个赞
好的,我试试看~