Skip to content

Troubleshooting

Troubleshooting

21 solutions

VMX / SVM Is Not Supported

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

  2. Make sure Virtual Machine Platform is disabled.

  3. Make sure Hyper-V is disabled.

If the error persists:

  1. Open Command Prompt as administrator.

  2. Run:

bcdedit /set hypervisorlaunchtype off

  1. Press Enter.

  2. Restart your computer.

Windows 11

If the previous methods do not resolve the error, run PowerShell as administrator and execute the supplied commands:

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

These commands modify or delete Windows hypervisor system files. Use them only for the specific Windows 11 VMX/SVM error described above.

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