Virtualization Errors
This guide covers common virtualization-related errors and their solutions.
VMX/SVM Not Supported Error
bcdedit /set hypervisorlaunchtype off
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"
How to Enable/Disable Hyper-V
BIOS Virtualization Error
Solution Steps
Verifying Virtualization Status

Error: "Please make sure PIN is not set and manually disable Hyper-V"
Common Issues
Last updated
Was this helpful?