Recently I ran into a problem where I tried using a saved RDP file to initiate a connection and I was greeted with an error message that read “Windows Defender Credential Guard does not allow using saved credentials”. The workaround for this requires you to open a command prompt and enter this command:
cmdkey /generic:TERMSRV/<targetname> /user:<username> /pass:<password>
Replace the parts in brackets with the appropriate data and hit enter. Now you can use these saved credentials when you want to use RDP.
Author Archives: Jay
I’m doing it.
Seven weeks ago I decided I should get A+ certified and now I am. I passed the second exam this Friday so now it’s time to work on something else, like this blog. One thing I really want to learn how to do is make my own theme for this blog based on the theme I use on my main site. I should also to try to figure out why I keep getting errors trying to setup Let’s Encrypt certificates for HTTPS in NGINX Proxy Manager.