Published
- 1 min read
Docker for Windows error: `Hardware assisted virtualization and data execution protection must be enabled in the BIOS`
The solution for this is noted below
Docker for Windows error: Hardware assisted virtualization and data execution protection must be enabled in the BIOS
Solution
Open PowerShell as administrator and
Enable Hyper-V with
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
SOLUTION B (If Hyper-V feature is already enabled but doesn't work)
Enable Hypervisor with
bcdedit /set hypervisorlaunchtype auto
Now restart the system and try again.
Try other methods by searching on the site. That is if this doesn’t work