VirtualBox 0x80004005

来自姬鸿昌的知识库
Jihongchang讨论 | 贡献2022年12月3日 (六) 05:27的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

https://www.partitionwizard.com/partitionmanager/e-fail-0x80004005.html 试试以管理员身份运行命令提示符

查看

C:\Windows\system32>bcdedit /enum|findstr "hypervisorlaunchtype"
hypervisorlaunchtype    Auto
C:\Users\Administrator> bcdedit /set hypervisorlaunchtype off

后重启再试或者

C:\Windows\system32>bcdedit /enum|findstr "hypervisorlaunchtype"
hypervisorlaunchtype    Off
C:\Users\Administrator> bcdedit /set hypervisorlaunchtype auto

后重启再试