hyper-v提示没有监控程序
docker提示如下错误,hyper-v也提示没有监控程序
Hardware assisted virtualization and data execution protection must be enabled in the BIOS
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.