跳到主要内容

故障排除

故障排除

20 solutions

VMX / SVM Is Not Supported

  1. 打开 Control Panel → Programs and Features → Turn Windows features on or off

  2. 确保 Virtual Machine Platform 已禁用。

  3. 确保 Hyper-V 已禁用。

如果错误仍然存在:

  1. 以管理员身份打开命令提示符。

  2. 运行:

bcdedit /set hypervisorlaunchtype off

  1. 重启计算机。

Windows 11

如果上述方法仍无法解决错误,请以管理员身份运行 PowerShell,并执行所提供的命令:

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

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

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 特定错误时使用。

VMX / SVM Is Not Supported — Ancient — Apex Legends Troubleshooting | synthera docs