I have a laptop with an i7 4510U and Windows 10 Home 64 Bits.
If virtualization is activated in the Bios, the Intel application for processor identification indicates that it is disabled. On the other hand, if in Bios it is set to disable, the application indicates that it is active.
The problem comes when executing DOCKER QUICKSTART which gives the following error, whether the capture options are NO or YES.
Running pre-create checks... Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory" Looks like something went wrong in step ´Checking if machine default exists'... Press any key to continue...
The steps indicated in https://github.com/docker/for-win/issues/412#issuecomment-288118331 have also been followed . I have disabled the virtualization protection policy within Windows Defender, but everything remains the same.
SOLUTION:
run below command in command prompt with admin mode:
bcdedit /set hypervisorlaunchtype off