启动虚拟机时,跳出:
VM 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VM。
解决方法:
一、打开服务,找到HV主机服务,双击打开。设置为禁用。(打开服务的两种方式:1.直接在开始中搜索2.Win+R键,输入services.msc,确定。)
二、Win+X键,选择 Windows PowerShell(管理员)
输入bcdedit /set hypervisorlaunchtype off
显示`操作成功完成。
重启电脑,即可正常开启虚拟机。
启动虚拟机时,跳出:
VM 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VM。
解决方法:
一、打开服务,找到HV主机服务,双击打开。设置为禁用。(打开服务的两种方式:1.直接在开始中搜索2.Win+R键,输入services.msc,确定。)
二、Win+X键,选择 Windows PowerShell(管理员)
输入bcdedit /set hypervisorlaunchtype off
显示`操作成功完成。
重启电脑,即可正常开启虚拟机。