Ir al contenido

Solución de problemas

Solución de problemas

21 solutions

VMX / SVM Is Not Supported

  1. Ve a Control Panel → Programs and Functions → Enable or disable Windows Functions.

  2. Asegúrate de que Virtual Machine Platform y Hyper-V estén desactivados.

Si el error persiste, abre el Símbolo del sistema como administrador y ejecuta:

bcdedit /set hypervisorlaunchtype off

Pulsa Enter y reinicia el ordenador.

Solución adicional para Windows 11

Si los métodos anteriores no ayudan, ejecuta PowerShell como administrador e introduce los comandos facilitados:

takeown /F "C:\Windows\System32\hvix64.exe"

icacls "C:\Windows\System32\hvix64.exe" /grant *$(([System.Security.Principal.WindowsIdentity]::GetCurrent()).User.Value):For

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"

Warning

Estos comandos modifican o eliminan archivos de sistema del hipervisor de Windows. Utiliza este procedimiento únicamente para el error concreto descrito arriba.