VMX/SVM is not supported.
-
- Solution: To fix this error, go to "Control Panel" -> "Programs and Functions" -> "Enable or disable Windows Functions" and make sure that "Virtual Machine Platform" and "Hyper-V" are disabled.
If the error persists, open cmd as an administrator and enter the following command without quotes "bcdedit /set hypervisorlaunchtype off", then press Enter and restart the computer.
If the Windows 11 user and the previous methods did not help him, then you should run PowerShell as an administrator and paste the following command there (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"