当前位置:网站首页>开启和禁用hyper-v
开启和禁用hyper-v
2022-07-27 16:53:00 【土司家的土豆】
Hyper-V会和Vmware,VirtualBox产生冲突,hyper-v和Vmware等只能开启一个。使用vmware产品时必须禁用hyper-v,使用hyper-v时必须开启hyper-v,否则在bios里已经启用了虚拟硬件并开启了hyper-v组件启动Docker时也会提示:Hardware assisted virtualization and data execution protection must be enabled in the BIOS
禁掉 Hyper-V
管理员模式运行 CMD:
//To disable:
bcdedit /set hypervisorlaunchtype off
开启Hyper-V
//To enable:
bcdedit /set hypervisorlaunchtype auto
附赠一条开启hyper-v组件的命令:
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
参考文章
docker desktop : Hardware assisted virtualization and data execution protection must be enabled
如何 禁掉 Hyper-V && 如何解决禁不掉 Hyper-V 的问题
边栏推荐
- Responsibility should be assigned to people, and Guangzhou should take multiple measures to build a "safety line" for children in summer
- HDU1171_Big Event in HDU【01背包】
- Yanghui triangle
- 一种比读写锁更快的锁,还不赶紧认识一下
- C language: C language code style
- 大佬们,ORACLE CDC,本地运行,老是遇到这个An exception occurred in
- SSM project uses filter to realize login monitoring
- Kettle separate and merge records
- Mongodb learning notes (1) - install mongodb and its related configurations
- Take byte offer in four rounds and answer the interview questions
猜你喜欢

Rename file with command line

2022 Ningde Vocational College Teachers' practical teaching ability improvement training - network construction and management

rxbinding

kettle JVM内存设置---效果不明显

Golang sets the domestic image, vscode configures the golang development environment, and vscode debugs the golang code

VIVO应用市场APP上架总结

Webmagic+selenium+chromedriver+jdbc垂直抓取数据。

golang设置国内镜像,vscode配置golang开发环境,vscode调试golang代码

Tab control of MFC advanced control (CTabCtrl)

kettle switch / case 控件实现分类处理
随机推荐
What if idea successfully connects to the database without displaying the table
ES6学习笔记(1)——快速入门
ReferenceError: __dirname is not defined in ES module scope
c语言:11、管道
c语言:12、gdb工具调试c程序
win10小技巧(1)——转移桌面位置
go-zero单体服务使用泛型简化注册Handler路由
Nacos cluster deployment - high availability guarantee
Matrix of shell programming -- it's cute and cool
sql 字段类型转换
Definition of graph traversal and depth first search and breadth first search (2)
kettle EXCEL 累计输出数据
Golang sets the domestic image, vscode configures the golang development environment, and vscode debugs the golang code
MongoDB学习笔记(1)——安装MongoDB及其相关配置
There is another example of repeater
c语言:c语言代码风格
Mongodb learning notes (1) - install mongodb and its related configurations
High cost, difficult to implement, slow to take effect, what about open source security?
Win10 tips (1) -- transfer desktop location
c语言:8、makeFile编写