当前位置:首页 > 操作系统 > Windows

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

摘录: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)!

相关教程推荐

其他课程推荐