跳到主要内容

故障排除

故障排除

21 solutions

VMX / SVM Is Not Supported

  1. 进入 Control Panel → Programs and Functions → Enable or disable Windows Functions

  2. 确保 Virtual Machine PlatformHyper-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"

Warning

这些命令会修改/删除 Windows 虚拟机监控程序的系统文件。请仅在出现上述特定错误时使用此流程。

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