“VirtualBox”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第5行: 第5行:
 
*0x80004005
 
*0x80004005
 
https://www.partitionwizard.com/partitionmanager/e-fail-0x80004005.html
 
https://www.partitionwizard.com/partitionmanager/e-fail-0x80004005.html
 +
 +
试试以管理员身份运行命令提示符
 +
 +
查看<syntaxhighlight lang="powershell">
 +
C:\Windows\system32>bcdedit /enum|findstr "hypervisorlaunchtype"
 +
hypervisorlaunchtype    Auto
 +
C:\Users\Administrator> bcdedit /set hypervisorlaunchtype off
 +
</syntaxhighlight>后重启再试或者<syntaxhighlight lang="powershell">
 +
C:\Windows\system32>bcdedit /enum|findstr "hypervisorlaunchtype"
 +
hypervisorlaunchtype    Off
 +
C:\Users\Administrator> bcdedit /set hypervisorlaunchtype auto
 +
</syntaxhighlight>后重启再试

2022年8月26日 (五) 09:06的版本

https://www.virtualbox.org/

常见问题

  • 0x80004005

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

后重启再试