摘录:https://www.zhihu.com/question/38841757
Powershell里运行
bcdedit /<span>set</span> hypervisorlaunchtype off
或在CMD里运行
bcdedit /copy {current} /d <span>"</span><span>Windows10 no Hyper-V</span>
Powershell里运行 bcdedit 可以看到hypervisorlaunchtype的状态,有off和auto,没有on,如果开启需要运行bcdedit /set hypervisorlaunchtype auto。启用之后要重启一下才能起效
原文:https://www.cnblogs.com/airoot/p/14825942.html
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!