Ir al contenido

Solución de problemas

Solución de problemas

21 solutions

VMX/SVM Is Not Supported

  1. Abre el Control Panel.

  2. Ve a Programs and Features → Turn Windows features on or off.

  3. Asegúrate de que las siguientes características estén desactivadas:

  • Virtual Machine Platform

  • Hyper-V

  1. Si el error persiste, abre el Símbolo del sistema como Administrador.

  2. Introduce:

bcdedit /set hypervisorlaunchtype off

  1. Pulsa Enter.

  2. Reinicia el PC.

Si usas Windows 11 y los pasos anteriores no resuelven el problema, abre PowerShell como Administrador y ejecuta los siguientes comandos completos:

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

El procedimiento final para Windows 11 toma posesión de archivos de sistema del hipervisor de Windows y los elimina. Esto puede afectar a las funciones de virtualización de Windows y a la estabilidad del sistema.

VMX/SVM Is Not Supported — Ancient - Fortnite Troubleshooting | synthera docs