Docker for Windows error: “Hardware assisted virtualization and data execution protection must be enabled in the BIOS”
If the features described are enabled, the problem is with Hyper-V that is disabled or Hypervisor agent not running. SOLUTION A (If Hyper-V is totally disabled or not installed) Open PowerShell as administrator and Enable Hyper-V withdism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All SOLUTION B (If Hyper-V feature is already enabled but doesn’t work) Enable Hypervisor with Now restart the … Read more