“VirtualBox 0x80004005”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
| Jihongchang(讨论 | 贡献)  (建立内容为“https://www.partitionwizard.com/partitionmanager/e-fail-0x80004005.html”的新页面) | Jihongchang(讨论 | 贡献)  | ||
| 第1行: | 第1行: | ||
| 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年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
后重启再试