摘录:https://www.zhihu.com/question/38841757

Powershell里运行

bcdedit /set hypervisorlaunchtype off

或在CMD里运行

bcdedit /copy {current} /d "Windows10 no Hyper-V

Powershell里运行 bcdedit 可以看到hypervisorlaunchtype的状态,有off和auto,没有on,如果开启需要运行bcdedit /set hypervisorlaunchtype auto。启用之后要重启一下才能起效

Windows 10 下如何彻底关闭 Hyper-V 服务?

 

相关文章:

  • 2021-12-29
  • 2021-12-09
  • 2021-11-04
  • 2021-07-27
  • 2021-09-19
  • 2021-11-13
  • 2021-12-29
  • 2021-12-07
猜你喜欢
  • 2021-11-04
  • 2021-11-22
  • 2022-12-23
  • 2021-12-26
  • 2021-09-17
相关资源
相似解决方案