edrp

禁用和启动Hyper-V:

使用管理员权限运行命令:bcdedit /set hypervisorlaunchtype off。

对应的打开Hyper-V的命令:bcdedit /set hypervisorlaunchtype auto。

然后重启电脑

An error occurred

Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled 

运行Docker报错:Win10旗舰版

解决方法:

1:bcdedit /set hypervisorlaunchtype auto

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

如果问题仍然存在,重安装Hyper-V

进入控制面板 - > [程序] - > [Windows功能],完全取消选中所有与Hyper-V相关的组件。重启系统。

再次启用Hyper-V。重新开始。

分类:

技术点:

相关文章:

  • 2021-11-25
  • 2021-12-15
  • 2021-12-16
  • 2021-12-04
  • 2021-05-14
  • 2021-05-16
  • 2021-08-01
猜你喜欢
  • 2021-04-16
  • 2020-11-01
  • 2021-11-02
  • 2022-01-11
  • 2021-11-06
  • 2021-04-22
  • 2021-09-27
相关资源
相似解决方案