Open PowerShell as administrator and
-
Enable Hyper-V with
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
or
-
Enable Hypervisor with
bcdedit /set hypervisorlaunchtype auto
Now restart the system and try again.
Open PowerShell as administrator and
Enable Hyper-V with
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
or
Enable Hypervisor with
bcdedit /set hypervisorlaunchtype auto
Now restart the system and try again.
原文:https://www.cnblogs.com/jdw801/p/11354520.html