Vmware Player和Win10由于Hyper V设置不兼容的问题

1. 笔者买不起pro版Vmware player,只能用community版。

2. 笔者不想参与insider program,不愿意发送过多诊断信息给微软。

3. 笔者曾经试着使用过hyper-v,但是使用之后发现效果有些不尽人意,想要转回vmware,但是此时用turn windows feature on or off或者关掉服务都不行。也不想关掉device credential。

此时解决方案如下:

用系统管理员权限的cmd执行以下命令:

C:>bcdedit /copy {current} /d "No Hyper-V" 
The entry was successfully copied to {ff-23-113-824e-5c5144ea}. 

C:>bcdedit /set {ff-23-113-824e-5c5144ea} hypervisorlaunchtype off 
The operation completed successfully.

重启选择该启动项即可。

原文地址:https://www.cnblogs.com/xuesu/p/13996397.html