Abre el Control Panel.
Ve a Programs and Features → Turn Windows features on or off.
Asegúrate de que las siguientes características estén desactivadas:
Virtual Machine Platform
Hyper-V
Si el error persiste, abre el Símbolo del sistema como Administrador.
Introduce:
bcdedit /set hypervisorlaunchtype off
Pulsa Enter.
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.
Synthera Docs