解决Hyper-v服务和vm虚拟机冲突
以管理员身份执行以下命令重启即可:
关闭Hyper-v:
bcdedit /set hypervisorlaunchtype off
- 1
恢复Hyper-v:
bcdedit /set hypervisorlaunchtype auto
以管理员身份执行以下命令重启即可:
关闭Hyper-v:
bcdedit /set hypervisorlaunchtype off
恢复Hyper-v:
bcdedit /set hypervisorlaunchtype auto