“VirtualBox”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
| Jihongchang(讨论 | 贡献) | Jihongchang(讨论 | 贡献)  | ||
| 第22行: | 第22行: | ||
| ==== Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet ==== | ==== Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet ==== | ||
| https://blog.csdn.net/qq_42969135/article/details/115382599 | https://blog.csdn.net/qq_42969135/article/details/115382599 | ||
| + | |||
| + | |||
| + | [[VirtualBox 主机和虚拟机互连]] | ||
2022年12月3日 (六) 05:08的版本
常见问题
- 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
后重启再试