未分类 Windows hyper-v 开关命令 2018年7月24日 雷老虎 如果要关闭hyper-v,需要以下命令,然后重启(android studio的虚机需要) bcdedit /set hypervisorlaunchtype off 如果要打开hyper-v,需要以下命令,然后重启(windows自带的hyper-v虚机需要) bcdedit /set hypervisorlaunchtype auto