“VirtualBox”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
| Jihongchang(讨论 | 贡献) | Jihongchang(讨论 | 贡献)  | ||
| 第17行: | 第17行: | ||
| C:\Users\Administrator> bcdedit /set hypervisorlaunchtype auto | C:\Users\Administrator> bcdedit /set hypervisorlaunchtype auto | ||
| </syntaxhighlight>后重启再试 | </syntaxhighlight>后重启再试 | ||
| + | |||
| + | |||
| + | |||
| + | ==== Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet ==== | ||
| + | https://blog.csdn.net/qq_42969135/article/details/115382599 | ||
2022年12月2日 (五) 13:49的版本
常见问题
- 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
后重启再试