“VirtualBox”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
| Jihongchang(讨论 | 贡献) | Jihongchang(讨论 | 贡献)  | ||
| 第24行: | 第24行: | ||
| − | [[VirtualBox 主机和虚拟机互连]] | + | [[VirtualBox 主机和虚拟机互连|VirtualBox 主机和虚拟机互连(主机 ping 不通虚拟机)]] | 
2022年12月3日 (六) 05:26的版本
常见问题
- 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
后重启再试