Open Control Panel.
Go to Programs and Features → Turn Windows features on or off.
Make sure the following features are disabled:
Virtual Machine Platform
Hyper-V
If the error remains, open Command Prompt as Administrator.
Enter:
bcdedit /set hypervisorlaunchtype off
Press Enter.
Restart the PC.
If you are using Windows 11 and the previous steps do not resolve the problem, open PowerShell as Administrator and run the following commands in full:
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
The final Windows 11 procedure takes ownership of and deletes Windows hypervisor system files. This can affect Windows virtualization features and system stability.
Synthera Docs