Why is VMware Not Compatible With Hyper-V & How to Fix It (windowsreport.com)

VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation - Xadean's Empirical Musing

之前还执行了这个

bcdedit /set hypervisorlaunchtype off

 

 

Why is VMware Not Compatible With Hyper-V & How to Fix It (windowsreport.com)

1. Uninstall Hyper-V in the Graphical User Interface (GUI)

这一步没有处理,因为本来就没有安装

2. Turn off Virtualization Based Security

这一步操作了

  1. Press the Windows + Rkeys simultaneously, input gpedit.msc and click OK or hit Enter.
  2. Go to Local Computer Policy, then click on Computer Configuration.
  3. Select Administrative Templates and click on System.
  4. Then, click on Device Guard and double-click Turn On Virtualization Based Security (the status of this setting should show Not configured by default).
  5. A window should open, select Disabled and click OK to save the settings, then close the window.

3. Disable Hyper-V using PowerShell

这一步,也操作了

 Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All                       

Path          :
Online        : True
RestartNeeded : False

 

所以,合计起来,操作了3个地方。

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(24)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2022-03-15 what port or ports are used for File sharing in windows?
2019-03-15 FAQ Flyway
2019-03-15 Baseline
2019-03-15 First Steps: Command-line
2019-03-15 Concepts-->Migrations
2019-03-15 How Flyway works
2019-03-15 Why database migrations?
点击右上角即可分享
微信分享提示