Hyper-V will collide with VMware and VirtualBox. Only one of them can be enabled. When using VMware products, you must disable Hyper-V, and when using Hyper-V, you must enable Hyper-V. Otherwise, if the BIOS has enabled the virtual hardware and enabled the Hyper-V component, you will also prompt when starting Docker: Hardware assisted virtualization and data execution protection must be enabled in the BIOS

Banned the Hyper – V

Run CMD in administrator mode:

//To disable:
bcdedit /set hypervisorlaunchtype off

Open the Hyper – V

//To enable:
bcdedit /set hypervisorlaunchtype auto

Added a command to start the Hyper-V component (run CMD or PowerShell in administrator mode) :

dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All

See article Docker Desktop: Hardware assisted virtualization and data execution protection must be enabled. For example, a Hardware assisted virtualization and data execution protection must be enabled