"Unable to decrypt password" popup in Remote Desktop Connection Manager
Solution 1:
Go to Remote Desktop Connection Manager
-> Edit
-> Properties
-> Logon Credentials
- Clear the Password
.
Then click Save
or OK
. You're good to go!
Solution 2:
If you are using a connection manager config file shared from another install/user, you can either retype the password in the properties and save, and/or select store password in clear text
Solution 3:
Open the filename.rdg file with an XML editor (like notepad++) and remove all the credentials that are in between the <credentialsProfile> & </credentialsProfile> metadata tags for each user that you get this error for. Then save the file.
When you open it the error message has gone. You can re-enter the existing domain, user and password then save over the top but if you have users in the error pop-up that you don't want displayed then you have no other choice.
It is a good idea to back up the file first in case you incorrectly edit the XML tags.
Cheers V/-
Solution 4:
If you have multiple connections setup you can use your favorite regex text editor and use the following regex and do a find/replace.
Find:
\<password.*<\/password>
Replace:
\<password\>\<\/password\>