Why is VMware Not Compatible With Hyper-V & How to Fix It (windowsreport.com)
之前还执行了这个
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
这一步操作了
- Press the Windows + Rkeys simultaneously, input gpedit.msc and click OK or hit Enter.
- Go to Local Computer Policy, then click on Computer Configuration.
- Select Administrative Templates and click on System.
- Then, click on Device Guard and double-click Turn On Virtualization Based Security (the status of this setting should show Not configured by default).
- 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 |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用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?