Uninstall Hyper-v completely

 

Because I want to install docter, I opened Hyper-v, then opened vmware, and found an error!

After checking the information, I know that hyper-v and vmware can only run one at the same time! This is uncomfortable, I still choose vmware, but there are also solutions for coexistence, as long as you set up two boot guides, but I feel bad, I uninstalled hyper;

Note: Do not uncheck where the window function is enabled, anyway, I tried it, and then I restarted and I got a blue screen;

 

Open Windows PowerShell (Administrator)

Run as administrator

 

Run command

bcdedit /set hypervisorlaunchtype off

 

 

Restart the host

 

Then the administrator opens cmd to check the hyper open situation!

 

bcdedit /enum
Windows 启动加载器
-------------------
标识符                  {current}
device                  partition=C:
path                    \WINDOWS\system32\winload.efi
description             Windows 10
locale                  zh-CN
inherit                 {bootloadersettings}
recoverysequence        {f8d2f4fa-6fef-11e9-98b1-c46516b8c83b}
displaymessageoverride  Recovery
recoveryenabled         Yes
badmemoryaccess         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \WINDOWS
resumeobject            {f2ccb4d2-db7e-11e9-8dae-a0962a1e624e}
nx                      OptIn
bootmenupolicy          Standard
hypervisorlaunchtype    Off

C:\WINDOWS\system32>

Hypervisorlaunchtype Off appears, then it means that Hyper-v is turned off 

If you want to restart Hyper-V, just execute the bcdedit /set hypervisorlaunchtype auto command and restart.

 

Docker and VMware are not compatible, and of course they can coexist;

 

Guess you like

Origin blog.csdn.net/weixin_40943540/article/details/103027246