Rexxer

Some tips for me and other

RDP connection error due certificate

Recently I’ve deleted a machine certificate from a certificate store and couldn’t connect to it via RDP.

Fix:

Run these commands in powershell:

certutil -store "Remote Desktop" | findstr "Serial Before After"

find deleted certificate and use it in the next command:

certutil -delstore "Remote Desktop" ThumbOfCertificate

Now you can connect to this PC via RDP – the machine will generate the new certificate.

 

Leave a Reply