Vai a Control Panel → Programs and Functions → Enable or disable Windows Functions.
Certifica-te de que o Virtual Machine Platform e o Hyper-V estão desativados.
Se o erro persistir, abre a Linha de Comandos como administrador e executa:
bcdedit /set hypervisorlaunchtype off
Prime Enter e reinicia o computador.
Correção adicional para Windows 11
Se os métodos anteriores não ajudarem, executa o PowerShell como administrador e introduz os comandos fornecidos:
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
Estes comandos modificam/eliminam ficheiros de sistema do hipervisor do Windows. Usa este procedimento apenas para o erro específico descrito acima.
Synthera Docs