当前位置:网站首页>VMware Workstation is incompatible with device/credential guard. Disable device/credential guard
VMware Workstation is incompatible with device/credential guard. Disable device/credential guard
2022-07-28 05:39:00 【jekyhu】
- The local system :win10 Home Edition .
- This problem There is also another kind of talk :wsl2 Of hyper-v The opening and closing of .
- win10 When starting your own virtual machine ,VM and virtualbox It won't work !
This problem arises because win The system is installed again docker,docker Running will produce a linux virtual machine , That is, your own virtual machine , It will lead to VM Cannot be opened .
terms of settlement :
1. Open the control panel 、 Click on the program .

2. Select on or off win function

3. Find a way to linux Of win Subsystem 、 Uncheck the .

4. Administrators cmd Restart after execution :
bcdedit /set hypervisorlaunchtype off
This problem will be solved .
Open again hyper-v
Administrators cmd perform :
bcdedit /set hypervisorlaunchtype auto
边栏推荐
猜你喜欢

How to compare long and integer and why to report errors

【idea插件神器】教你如何使用IDEA一键set实体类中所有属性

GET与POST区别

冶金物理化学复习 --- 气-液相反应动力学

Framework step by step easy-to-use process

正则表达式

Multi module packaging: package: XXX does not exist

Distillation model diagram

架构设计思考之一(SSO设计)

Writing methods of scientific research papers: add analysis and discussion in the method part to explain their contributions and differences
随机推荐
openjudge:大小写字母互换
Docker deploy mysql5.7.35
visio如何精确控制图形的大小和位置及角度
注册中心服务eureka 切换到 nocas遇到的问题
Openjudge: campus accommodation reservation system
When SQL queries the list, the data is inconsistent twice, and limit is automatically added
【idea插件神器】教你如何使用IDEA一键set实体类中所有属性
解决Oracle使用in语句不能超过1000问题
Writing methods of scientific research papers: add analysis and discussion in the method part to explain their contributions and differences
【MySQL】MySQL时区问题、数据库时间相差8小时问题解决
Openjudge: perpetual calendar
You must configure either the server or JDBC driver (via the ‘serverTimezone)
Distillation model diagram
List < long >, list < integer > convert each other
Pytorch uses maxpool to realize image expansion and corrosion
visio如何快速生成相同的图案,生成图像矩阵
Openjudge: count the number of numeric characters
sql 查询list时两次的数据不一致,自动加上了limit
openjudge:万年历
多线程进阶:synchronized底层原理,锁优化、锁升级的过程