VMware Workstation 与 Hyper-V不 兼容
VMware Hyper-V Windows About 353 words场景
博主在安装了Docker Desktop
后,想打开虚拟机,但却提示:
VMware Workstation 与 Hyper-V 不兼容。请先从系统中移除 Hyper-V 角色,然后再运行 VMware Workstation。
原因
因为Windows
版本的Docker
需要打开启用Hyper-V
功能,所以当打开VM
时报错。
解决办法
- 启用或关闭
Windows
功能中关闭Hyper-V
功能。 - 以管理员身份运行命令提示符,输入以下命令。
bcdedit /set hypervisorlaunchtype off
Copy
- 重启即可。
备注
win
键打开搜索栏输入cmd
后,有多种方式进入管理员模式命令行
- 按住
Ctrl+Shift+Enter
键可直接进入管。 - 右键,选择
以管理员身份运行
。
Views: 4,870 · Posted: 2019-09-17
———— END ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓

Today On History
- Spring Boot OpenFeign 配置 HTTPS 客户端证书 Views: 1,182 · Posted: 2024-04-07
- VSCodium 代替 VS Code Views: 2,164 · Posted: 2023-04-07
- GitHub 提交了生产环境账号密码撤销办法 Views: 1,923 · Posted: 2022-04-07
- Java 中的锁 ReentrantLock Views: 2,002 · Posted: 2021-04-07
- Spring Boot 中的 ApplicationRunner 和 CommandLineRunner Views: 3,846 · Posted: 2020-04-07
- MySQL 命令行纵向打印 Views: 2,913 · Posted: 2019-04-07
- MySQL 存储 IP 地址 Views: 3,067 · Posted: 2019-04-07
- MySQL 字符串拼接 Views: 4,061 · Posted: 2019-04-07
- SQL 删除重复记录且保留一条 Views: 2,120 · Posted: 2019-04-07
- MySQL 查询重复数据 Views: 2,409 · Posted: 2019-04-07
- MySQL 自动更新时间戳及默认时间戳 Views: 5,642 · Posted: 2019-04-07
- MySQL 查询冗余索引 Views: 3,239 · Posted: 2019-04-07
- Ubuntu 系统升级 MySQL 版本 Views: 3,125 · Posted: 2019-04-07
- MySQL 查看运行的是哪份配置文件 Views: 2,750 · Posted: 2019-04-07
- MySQL 严格模式引起的问题 Views: 1,793 · Posted: 2019-04-07
- MySQL 最后一次查询花费时间 Views: 3,275 · Posted: 2019-04-07
- MySQL 查看配置文件路径 Views: 3,617 · Posted: 2019-04-07
- MySQL 时间相差了 13 小时 Views: 3,093 · Posted: 2019-04-07
- MySQL server has gone away Views: 3,122 · Posted: 2019-04-07
- MySQL 存储 Emoji 表情 Views: 2,009 · Posted: 2019-04-07
- MySQL 查看数据储存引擎 Views: 1,825 · Posted: 2019-04-07
- MySQL 查看有多少个连接 Views: 2,382 · Posted: 2019-04-07
- MySQL 数据库设置 root 密码 Views: 1,965 · Posted: 2019-04-07
- MySQL 开启日志 Views: 1,963 · Posted: 2019-04-07
- MySQL 事务 Views: 2,256 · Posted: 2019-04-07
- MySQL 视图 Views: 2,681 · Posted: 2019-04-07
- MySQL 内置函数之时间函数 Views: 2,533 · Posted: 2019-04-07
- MySQL 内置函数之数学函数 Views: 2,523 · Posted: 2019-04-07
- MySQL 内置函数之字符串函数 Views: 2,885 · Posted: 2019-04-07
- MySQL 外键 Views: 2,734 · Posted: 2019-04-07
- MySQL 分页 Views: 2,155 · Posted: 2019-04-07
- MySQL 排序 Views: 1,809 · Posted: 2019-04-07
- MySQL 分组 Views: 2,385 · Posted: 2019-04-07
Browsing
Refresh
Loading...
- ThinkPHP5 设置数据库长连接 Views: 5789
- 配置 Angular 10 运行环境 Views: 2693
- dubbo-admin Failed to invoke remote method: getMetricsByGroup Views: 7973
- Go 创建模块 Views: 1886
- Spring Boot 统一添加响应头的几种方式 Views: 3950
- Vuetify 3 v-list-group 无法展开和收缩 Views: 1269
- Windows 下使用 Wireshark 抓取 HTTP2 加密数据包 Views: 5509
- MySQL 中文全文检索 ngram 处理停止词 Views: 5309
- Kubernetes Pod 控制器 Deployment Views: 1837
- SQL 删除重复数据保留最新的一条 Views: 3264