创建一个关闭hyperv的启动项
1bcdedit /copy {current} /d "HyperV off"
2REM output: 已将该项成功复制到 {07bd2ddd-8ef8-11ec-a1a5-af70b7752f1b}
3bcdedit /set {07bd2ddd-8ef8-11ec-a1a5-af70b7752f1b} hypervisorlaunchtype off
4
5bcdedit /default {07bd2ddd-8ef8-11ec-a1a5-af70b7752f1b}
6