天天看点

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

问题: 在安装完 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      
set-executionpoliy-executionpolicy unrestricted  #修改一下脚本的安全权限 Y      

继续阅读