Intel HAXM installation error - This computer does not support Intel Virtualization Technology (VT-x) further clarification

旧街凉风 提交于 2019-12-08 06:05:28

问题


I've browsed through the different answers related to this matter but I still don't get it. I've tried these following solutions: 1. "I am sorry, I forget to answer this question. After few days of googling I found, that problem was caused by hyperthreading (or hyper - v). I decided to edit my boot.ini file with option to start up windows with hyperthreading turned off. I followed this tutorial: http://blogs.msdn.com/b/virtual_pc_guy/archive/2008/04/14/creating-a-no-hypervisor-boot-entry.aspx and now everything works perfect"

  1. "Just follows these steps:

Go to Control Panel → Program and Feature. Click on Turn Window Features on and off. A window opens. Uncheck Hyper-V option and restart your system. Now, you can Start HAXM installation without any error."

Here are the problems related to those solutions: 1. For this solution, in my command prompt, there is no line for "hypervisorlaunchtype".

  1. For this solution, there is no Hyper-V option available.

By the way,my computer supports Virtualization Technology. I've used Intel(R) Processor Identification Utility to know this thing. Anyone, please help me.


回答1:


From a command line as admin - type

bcdedit /set hypervisorlaunchtype off

and

bcdedit /set nx AlwaysOn

Make sure you don't have Avast running with Enable hardware-assisted virtualization on.



来源:https://stackoverflow.com/questions/29834445/intel-haxm-installation-error-this-computer-does-not-support-intel-virtualizat

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!