摘录: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 服务?
原文:https://www.cnblogs.com/airoot/p/14825942.html