I can not run Docker that I installed in Windows 10. Both BIOs and Hyper-V are enabled, but it still does not execute.
Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See link
I can not run Docker that I installed in Windows 10. Both BIOs and Hyper-V are enabled, but it still does not execute.
Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See link
The problem is that Hyper-V is disabled or the Hypervisor agent is not running. Open PowerShell as an administrator and use:
1. To enable Hyper-V:
dism.exe / Online / Enable-Feature: Microsoft-Hyper-V / All
2. To enable Hypervisor:
bcdedit / set hypervisorlaunchtype auto
After that restart Windows. If the problem persists, your Hyper-V is corrupted, then go to the Control Panel - > Programs - > Windows features and uncheck all components belonging to Hyper-V.
Hyper-V has hardware virtualization requirement, make sure your computer has, if it is positive and it still does not work, your BIOS may be badly configured, in this case configure the BIOS and enable this feature.