标签:ref reboot 行操作 tor http identity 安装 环境 remote
启用了Hyper-v后,Vmware上的虚拟机启动时提示:VMware Workstation and Device/Credential Guard are not compatible.
我的环境是win10 1903,VMware WorkStation 15.5.
VMware官网给了微软的一个文档链接.
按照Disable Windows Defender Credential Guard这个标题下进行操作就好.
readiness tool,解压.
用编辑器打开目录下的DG_Readiness_Tool_v3.6.ps1,搜索
$OSArch = $(gwmi win32_operatingsystem).OSArchitecture
$OSArch = $((gwmi win32_operatingsystem).OSArchitecture).tolower()
按win键打开开始菜单直接输入powershell,以管理员身份运行,执行:
set-ExecutionPolicy RemoteSigned
.\DG_Readiness_Tool_v3.6.ps1 -Disable -AutoReboot
脚本执行完后会自动重启.启动时会提示你禁用Windows Defender Credential Guard,按win键接受.
注意这个脚本会禁用Hyper-V.只要启用Hyper-V就会启动Windows Defender Credential Guard...
感觉Hyper-V真的不咋地,VMware,VirtualBox,安卓模拟器为什么可以共存,就你不行,难道你高贵一点?
标签:ref reboot 行操作 tor http identity 安装 环境 remote
原文地址:https://www.cnblogs.com/impking/p/12090341.html