网上查了很多资料,重装了N次,防火墙都关了,还是没有用
最后终于找到了解决方法
原来是VitualBox无法打开路由虚拟机
需要关闭hypervisorlaunchtype这个产生冲突的服务
具体操作
管理员身份打开cmd
输入bcdedit
Windows 启动加载器
-------------------
标识符 {current}
device partition=C:
path WINDOWSsystem32winload.efi
description Windows 10
locale zh-CN
inherit {bootloadersettings}
recoverysequence {2f42e024-aeca-11eb-ab5a-f07465ed37d2}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
flightsigning No
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot WINDOWS
resumeobject {2f42e022-aeca-11eb-ab5a-f07465ed37d2}
nx OptIn
bootmenupolicy Standard
hypervisorlaunchtype Auto
把最后一个Auto改成Off
执行
bcdedit /set hypervisorlaunchtype off
重新输入bcdedit查看
Windows 启动加载器
-------------------
标识符 {current}
device partition=C:
path WINDOWSsystem32winload.efi
description Windows 10
locale zh-CN
inherit {bootloadersettings}
recoverysequence {2f42e024-aeca-11eb-ab5a-f07465ed37d2}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
flightsigning No
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot WINDOWS
resumeobject {2f42e022-aeca-11eb-ab5a-f07465ed37d2}
nx OptIn
bootmenupolicy Standard
hypervisorlaunchtype Off
已经修改
重启电脑
eNSP中的报错消失了,终于可以打开路由器了



