使用administrator再powershell中执行以下命令
关闭hyper-v
bcdedit /set hypervisorlaunchtype off
关闭wsl
Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
============================================
如果需要可以再开启
开启
hyper-v
bcdedit /set hypervisorlaunchtype auto
开启
wsl
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
HCL下载地址
发表评论