VirtualBox报错code E_FAIL (0x80004005)


问题描述:

Windows 10,更新了VirtualBox,不知道怎么操作的,无法打开虚拟机了,显示无法为虚拟机创建一个任务,错误代码为code E_FAIL (0x80004005)

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

尝试解决

  1. Windows 功能 里关闭Hyper-V 功能,无效
  2. 卸载重装VirtualBoxVagrant ,无效

最终解决方案

来自于:https://stackoverflow.com/questions/37955942/vagrant-up-vboxmanage-exe-error-vt-x-is-not-available-verr-vmx-no-vmx-code

以管理员身份运行以下命令

bcdedit /set hypervisorlaunchtype off

然后重启即可。


文章作者: Hiper
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Hiper !
  目录