Issue: "Windows Defender Credential Guard does not allow using saved credentials" while opening a RDS shortcut with saved credientials.
You can open the Remote desktop if you enter the password again, but still you cant save the password.
Solution:
1: List saved credentials:
cmdkey /list:TERMSRV/*
2: Delete saved credential:
cmdkey /delete:TERMSRV/<targetNameOrIp>
3: Add a credential that will actually work with CG turned on:
cmdkey /generic:TERMSRV/<targetNameOrIp> /user:<username> /pass:<password>
Now you should be able to save the username and password for the RDS login.
No comments:
Post a Comment
Dear visitor,
Please do not post spam. All comments will be moderated before approval.