As part of my job I regularly remote into several Windows 2003 servers. When I do so I save my username and password to speed up this process. However, every 90 days I am required to change my password which means that all these saved RDP sessions need to be reset.

Is there an easy way to change the password on all these "saved" sessions?

or

Is there a way to blat/remove all these saved sessions so that they need to be recreated?

link|improve this question

56% accept rate
feedback

1 Answer

up vote 1 down vote accepted

RDP Credentials are stored in the registry, under HKCU\Software\Microsoft\Terminal Server Client\Servers. Deleting an entry from the Servers Key will effectively delete the stored credentials.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.