I was unable to enable virtualization on my Windows 10 VM on a Windows 10 host. I did have virtualization enabled in the BIOS, but that didn't seem to help. When I check the box to enable this feature, Virtualize Intel VT-x/EPT or AMD-V/RVI, I would get an error.
I want this feature enabled to run Docker in my VM.
This is my system configuration:
I know my computer is more than capable of running a VM with virtulization. I did some searching, and I found several powershell commands out there, and running them did not help. I did some digging and realized that not all the Windows features that prevent using virtualization were removed.
I resolved this problem by doing this:
Once the virtual machine is up and running, install Docker. This will require installing WSL2 in the VM. If everything is done right, Docker should start successfully.
Hopefully this will help someone out there running into the same issue.