I user minikube on windows. It was working perfectly, but my "docker-for-desktop" wasn't.
After running the command BCDEDIT /Set {current} hypervisorlaunchtype auto
my Docker app started to work but everytime I try to start my minikube VM it shows me an error about "VBOX_VERRR_VMW_NO_VMX".
When i run the BCDEDIT /Set {current} hypervisorlaunchtype off
minikube works again, but DOcker doesn't. And I docker working for build the docker images, and the minikube for hosting them.
Someone can help me ?