bios需要关闭安全启动
开启系统的测试模式 bcdedit /set testsigning on
开启操作系统内核调试 bcdedit /debug on
开启应用程序调试 bcdedit /bootdebug on
禁用驱动签名 bcdedit /set nointegritychecks on
关闭hv虚拟机 bcdedit /set hypervisorlaunchtype auto
关闭虚拟化安全 bcdedit /set hypervisorlaunchtype off
开启hv虚拟机 bcdedit /set hypervisorlaunchtype off
离线