美文网首页
windows defender credential guar

windows defender credential guar

作者: 呼如海 | 来源:发表于2023-10-08 11:58 被阅读0次

问题:升级到Windows11后,远程桌面连接出现这个错误,无法自动连接。

解决方案:
使用命令行工具:cmdkey

To list saved credentials:
cmdkey /list:TERMSRV/*

To delete a saved credential:
cmdkey /delete:TERMSRV/<targetNameOrIp>

To add a credential that will actually work with CG turned on:
cmdkey /generic:TERMSRV/<targetNameOrIp> /user:<username> /pass:<password>

参考链接:https://superuser.com/questions/1756354/windows-defender-credential-guard-does-not-allow-using-saved-credentials-for-r

相关文章

网友评论

      本文标题:windows defender credential guar

      本文链接:https://www.haomeiwen.com/subject/apkbbdtx.html