打开 Control Panel → Programs and Features → Turn Windows features on or off。
确保 Virtual Machine Platform 已禁用。
确保 Hyper-V 已禁用。
如果错误仍然存在:
以管理员身份打开命令提示符。
运行:
bcdedit /set hypervisorlaunchtype off
按
Enter。重启计算机。
Windows 11
如果上述方法仍无法解决错误,请以管理员身份运行 PowerShell,并执行所提供的命令:
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"
Important
这些命令会修改或删除 Windows 虚拟机监控程序的系统文件。请仅在出现上述 Windows 11 VMX/SVM 特定错误时使用。
Synthera Docs