Common virtualization errors and their solutions.

Error: VMX/SVM Not Supported

Error Message VMX/SVM is not supported

Video Tutorial

Solutions

1. Disable Windows Virtualization Features

2. Disable Hypervisor

bcdedit /set hypervisorlaunchtype off

Restart PC.

3. Delete Hyper-V Files (Advanced)

System Files This deletes system files. Create backup first!

Run PowerShell as Administrator:

takeown /F "C:\Windows\System32\hvix64.exe"icacls "C:\Windows\System32\hvix64.exe" /grant *$((System.Security.Principal.WindowsIdentity::GetCurrent()).User.Value):Ftakeown /F "C:\Windows\System32\hvax64.exe"icacls "C:\Windows\System32\hvax64.exe" /grant *$((System.Security.Principal.WindowsIdentity::GetCurrent()).User.Value):Fdel "C:\Windows\System32\hvix64.exe"del "C:\Windows\System32\hvax64.exe"

Error: Enable/Disable Intel VT-X/AMD-V in BIOS

Enable/Disable Virtualization

BrandBIOS KeyDellF2 or F12HPF10LenovoF1 or F2ASUSDel or F2AcerF2 or DelMSIDel

Verify Virtualization

Task Manager:

Virtualization Enabled

System Info:

Error: PIN Not Set + Disable Hyper-V

Error Message Please make sure PIN is not set and manually disable Hyper-V

Solution

del "C:\Windows\System32\hvix64.exe"del "C:\Windows\System32\hvax64.exe"

Enable/Disable Hyper-V

Disable:

Enable:

Common Issues

Virtualization Conflicts

Windows Updates

BIOS Updates

For support, contact our team or check your manufacturer's documentation.