windows 安装完docker, hype-v开启之后,vmware无法使用,解决

2019/11/30 22:28
阅读数 3.8K
AI总结

问题: 在安装完 docker for windwos 之后,hype-v打开,之后再关闭,vmware无法使用。

解决方案:

微软官方的解决方法链接https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage。

下载dgreadiness_v3.6.zip,解压之后,使用管理员打开powershell:

解压后,用命令行执行 DG_Readiness_Tool_v3.6.ps1 -Disable -AutoReboot

.\ DG_Readiness_Tool_v3.6.ps1 -Disable -AutoReboot
1
如果上述遇到权限问题,首先执行如下,也需要管理员运行powershell

set-executionpoliy-executionpolicy unrestricted  #修改一下脚本的安全权限 Y
 

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
2 收藏
0
分享
AI总结
返回顶部
顶部