开启和关闭需要两个步骤:
- 在启用或关闭Windows功能中勾选或取消勾选hyper-v功能
 - 搜索powershell
 - 右键powershell使用管理员权限运行下面的命令 
   
- 关闭 
bcdedit /set hypervisorlaunchtype off - 开启 
bcdedit /set hypervisorlaunchtype auto 
 - 关闭 
 
开启和关闭需要两个步骤:
bcdedit /set hypervisorlaunchtype off 
 
     bcdedit /set hypervisorlaunchtype auto