Hyper-V是微软的虚拟化产品,它是第一个类似于Vmware和Citrix开源Xen的基于hypervisor的技术。这也意味着微软将与市场先锋VMware展开更直接的竞争。
但是竞争的方式会不一样。
Hyper-V是微软提出的hypervisor虚拟化技术,可以实现桌面虚拟化。Hyper-V原定于2008年第一季度与Windows Server 2008同时发布。
Hyper-V Server 2012 completed the release of resin transfer molding version.
在win10系统中,hyper-v虚拟机组件默认不开启,部分用户手动开启虚拟机组件后发现与vmware workstation冲突。
提示“vmware workstation与hyper-v不兼容,需要移除hyper-v角色”的现象。
但是通过添加时间卸载hyper-v后,vmware workstation仍然无法正常使用。我该怎么办?针对这个问题,win10将在本文中与大家分享有效卸载hyper-v的操作方法。
完全卸载禁用hyper-v的操作方法:
1.首先,以管理员身份运行“cmd”;
2、在命令提示符中输入命令”bcdedit/copy { current }/d“windows 10 no Hyper-V”;
3, enter the command "bcdedit/set {xxxxxxxx-xxxx-xxxxxxxxxxxx} hypervisor startup type off", and then restart the computer.
注:替换为“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxx
完全卸载禁用hyper-v的操作方法2:
在管理员模式下打开CMD并运行以下命令:
mountvol X: /s
copy %WINDIR%System32SecConfig.efi X:EFIMicrosoftBootSecConfig.efi /Y
bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d 'DebugTool' /application osloader
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path 'EFIMicrosoftBootSecConfig.efi'
bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} device partition=X:
mountvol X: /d
然后在管理员模式下运行CMD:
//To disable:
bcdedit /set hypervisorlaunchtype off
以上是win10系统中完全卸载并禁用hyper-v的操作方法!