美文网首页
VirtualBox报错code E_FAIL (0x80004

VirtualBox报错code E_FAIL (0x80004

作者: Hiper | 来源:发表于2021-11-08 17:03 被阅读0次

问题描述:

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

然后重启即可。

相关文章

网友评论

      本文标题:VirtualBox报错code E_FAIL (0x80004

      本文链接:https://www.haomeiwen.com/subject/shnuzltx.html