Skip to content

Instantly share code, notes, and snippets.

@eduardoalba
Last active June 6, 2020 17:19
Show Gist options
  • Save eduardoalba/f0926f3e3e18e3ba8b83527b9830175a to your computer and use it in GitHub Desktop.
Save eduardoalba/f0926f3e3e18e3ba8b83527b9830175a to your computer and use it in GitHub Desktop.

Intel® Hardware Accelerated Execution Manager (Intel® HAXM)

Error message

This computer does not support Intel Virtualization Technology (VT-x) or it is being exclusively used by Hyper-V. HAXM cannot be installed. Please ensure Hyper-V is disabled in Windows Features

If you already turned off the Hyper V and Windows Hypervisor plataform and could not install the HAXM. You can try it.

Run Command Prompt as Administrator and type:

dism.exe /Online /Disable-Feature:Microsoft-Hyper-V

Then

bcdedit /set hypervisorlaunchtype off

Ater that try to install the HAMX, after install it yo can undo the configuration.

dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All

Then

bcdedit /set hypervisorlaunchtype auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment