Abre Control Panel → Programs and Features → Turn Windows features on or off.
Asegúrate de que Virtual Machine Platform esté desactivado.
Asegúrate de que Hyper-V esté desactivado.
Si el error persiste:
Abre el Símbolo del sistema como administrador.
Ejecuta:
bcdedit /set hypervisorlaunchtype off
Reinicia el ordenador.
Windows 11
Si los métodos anteriores no resuelven el error, ejecuta PowerShell como administrador y ejecuta los comandos suministrados:
takeown /F "C:\Windows\System32\hvix64.exe"
icacls "C:\Windows\System32\hvix64.exe" /grant *$(([System.Security.Principal.WindowsIdentity]::GetCurrent()).User.Value):F
takeown /F "C:\Windows\System32\hvax64.exe"
icacls "C:\Windows\System32\hvax64.exe" /grant *$(([System.Security.Principal.WindowsIdentity]::GetCurrent()).User.Value):F
del "C:\Windows\System32\hvix64.exe"
del "C:\Windows\System32\hvax64.exe"
Important
Estos comandos modifican o eliminan archivos de sistema del hipervisor de Windows. Úsalos únicamente para el error concreto de VMX/SVM en Windows 11 descrito arriba.
Synthera Docs