Hardware assisted virtualization and data execution protection must be enabled in the BIOSj23

I used Docker in december last year. When I opened it up again, I suddenly got this message.

  • I did a new latest Docker installation
  • Virtualisation is enabled in BIOS
  • no hyper V since not windows pro, but this was not an issue last year
  • able to run VW in oracle
  • OS windows 10 in home edition

Has something changed in Docker in the last year that could explain this?

I found a random blogger who suggested to run the following command in powershell, as admin:

bcdedit /set hypervisorlaunchtype auto

this fixed my issue.