背景:运行 Docker Desktop,启动其 Hyper-V 实例失败

错误:Hardware assisted virtualization and data execution protection must be enabled in the BIOS

[Hyper-V] Hardware assisted virtualization and data execution protection must be enabled in the BIOS 之解决

解决:

问题可能在于 禁用了Hyper-V未运行Hypervisor代理

解决方案A(如果Hyper-V完全禁用或未安装)

以管理员身份打开PowerShell,启用Hyper-V

dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All

解决方案B(如果已启用Hyper-V功能但不起作用)

以管理员身份打开PowerShell,启用Hypervisor

bcdedit /set hypervisorlaunchtype auto

重启系统,测试OK。

 

参考资料

https://www.cnblogs.com/qaing123/p/11142563.html

相关文章:

  • 2021-11-08
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-04-17
猜你喜欢
  • 2021-05-06
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-08-11
相关资源
相似解决方案