“Unable to decrypt password” popup in Remote Desktop Connection Manager
up vote
13
down vote
favorite
I am using Remote Desktop Connection Manager 2.2 and every time I click on properties on a VM of mine, I get a popup window:
unable to decrypt password
How can I make this popup go away?
remote-desktop remote
add a comment |
up vote
13
down vote
favorite
I am using Remote Desktop Connection Manager 2.2 and every time I click on properties on a VM of mine, I get a popup window:
unable to decrypt password
How can I make this popup go away?
remote-desktop remote
add a comment |
up vote
13
down vote
favorite
up vote
13
down vote
favorite
I am using Remote Desktop Connection Manager 2.2 and every time I click on properties on a VM of mine, I get a popup window:
unable to decrypt password
How can I make this popup go away?
remote-desktop remote
I am using Remote Desktop Connection Manager 2.2 and every time I click on properties on a VM of mine, I get a popup window:
unable to decrypt password
How can I make this popup go away?
remote-desktop remote
remote-desktop remote
edited Oct 7 '11 at 21:19
slhck
158k46434461
158k46434461
asked Oct 7 '11 at 16:31
chobo2
81183666
81183666
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
up vote
11
down vote
Go to Remote Desktop Connection Manager
-> Edit
-> Properties
-> Logon Credentials
- Clear the Password
.
Then click Save
or OK
. You're good to go!
1
This does not apply with RDCMan 2.7
– YetAnotherRandomUser
Sep 22 '17 at 12:05
add a comment |
up vote
9
down vote
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
add a comment |
up vote
7
down vote
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/-
add a comment |
up vote
0
down vote
remove all the profiles in Profile Manager of all the root nodes and recreate them again
add a comment |
up vote
0
down vote
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>
add a comment |
up vote
0
down vote
The simplest method:
1) Make a backup of the file, actually you should make a copy before open the .rdg file with version 2.7.
2) Open the .rdg file with Notepad++. Press ctrl+h to open the “Replace” popup window.
Find what:<password>.*</password>
Replace with: null
Search mode: Regular expression
3) Click “Replace All” button and save the file.
4) Open it with RDCMan 2.7. You should have no popup window anymore. Enjoy!
However, you will have to re-enter your password for these hosts.
Taken from here
New contributor
add a comment |
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
11
down vote
Go to Remote Desktop Connection Manager
-> Edit
-> Properties
-> Logon Credentials
- Clear the Password
.
Then click Save
or OK
. You're good to go!
1
This does not apply with RDCMan 2.7
– YetAnotherRandomUser
Sep 22 '17 at 12:05
add a comment |
up vote
11
down vote
Go to Remote Desktop Connection Manager
-> Edit
-> Properties
-> Logon Credentials
- Clear the Password
.
Then click Save
or OK
. You're good to go!
1
This does not apply with RDCMan 2.7
– YetAnotherRandomUser
Sep 22 '17 at 12:05
add a comment |
up vote
11
down vote
up vote
11
down vote
Go to Remote Desktop Connection Manager
-> Edit
-> Properties
-> Logon Credentials
- Clear the Password
.
Then click Save
or OK
. You're good to go!
Go to Remote Desktop Connection Manager
-> Edit
-> Properties
-> Logon Credentials
- Clear the Password
.
Then click Save
or OK
. You're good to go!
edited Sep 8 '12 at 14:13
Excellll
11k74162
11k74162
answered Sep 7 '12 at 18:43
Ajit
11112
11112
1
This does not apply with RDCMan 2.7
– YetAnotherRandomUser
Sep 22 '17 at 12:05
add a comment |
1
This does not apply with RDCMan 2.7
– YetAnotherRandomUser
Sep 22 '17 at 12:05
1
1
This does not apply with RDCMan 2.7
– YetAnotherRandomUser
Sep 22 '17 at 12:05
This does not apply with RDCMan 2.7
– YetAnotherRandomUser
Sep 22 '17 at 12:05
add a comment |
up vote
9
down vote
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
add a comment |
up vote
9
down vote
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
add a comment |
up vote
9
down vote
up vote
9
down vote
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
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
edited Nov 9 '11 at 0:54
Simon Sheehan
7,592124168
7,592124168
answered Nov 9 '11 at 0:52
cordeos
912
912
add a comment |
add a comment |
up vote
7
down vote
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/-
add a comment |
up vote
7
down vote
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/-
add a comment |
up vote
7
down vote
up vote
7
down vote
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/-
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/-
edited Apr 17 '17 at 11:14
Baha
14314
14314
answered Jul 12 '15 at 8:58
Sir.V.007
7112
7112
add a comment |
add a comment |
up vote
0
down vote
remove all the profiles in Profile Manager of all the root nodes and recreate them again
add a comment |
up vote
0
down vote
remove all the profiles in Profile Manager of all the root nodes and recreate them again
add a comment |
up vote
0
down vote
up vote
0
down vote
remove all the profiles in Profile Manager of all the root nodes and recreate them again
remove all the profiles in Profile Manager of all the root nodes and recreate them again
answered Mar 13 '16 at 8:33
Iman Abidi
3831316
3831316
add a comment |
add a comment |
up vote
0
down vote
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>
add a comment |
up vote
0
down vote
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>
add a comment |
up vote
0
down vote
up vote
0
down vote
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>
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>
answered Oct 7 '16 at 12:49
tallen
1
1
add a comment |
add a comment |
up vote
0
down vote
The simplest method:
1) Make a backup of the file, actually you should make a copy before open the .rdg file with version 2.7.
2) Open the .rdg file with Notepad++. Press ctrl+h to open the “Replace” popup window.
Find what:<password>.*</password>
Replace with: null
Search mode: Regular expression
3) Click “Replace All” button and save the file.
4) Open it with RDCMan 2.7. You should have no popup window anymore. Enjoy!
However, you will have to re-enter your password for these hosts.
Taken from here
New contributor
add a comment |
up vote
0
down vote
The simplest method:
1) Make a backup of the file, actually you should make a copy before open the .rdg file with version 2.7.
2) Open the .rdg file with Notepad++. Press ctrl+h to open the “Replace” popup window.
Find what:<password>.*</password>
Replace with: null
Search mode: Regular expression
3) Click “Replace All” button and save the file.
4) Open it with RDCMan 2.7. You should have no popup window anymore. Enjoy!
However, you will have to re-enter your password for these hosts.
Taken from here
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
The simplest method:
1) Make a backup of the file, actually you should make a copy before open the .rdg file with version 2.7.
2) Open the .rdg file with Notepad++. Press ctrl+h to open the “Replace” popup window.
Find what:<password>.*</password>
Replace with: null
Search mode: Regular expression
3) Click “Replace All” button and save the file.
4) Open it with RDCMan 2.7. You should have no popup window anymore. Enjoy!
However, you will have to re-enter your password for these hosts.
Taken from here
New contributor
The simplest method:
1) Make a backup of the file, actually you should make a copy before open the .rdg file with version 2.7.
2) Open the .rdg file with Notepad++. Press ctrl+h to open the “Replace” popup window.
Find what:<password>.*</password>
Replace with: null
Search mode: Regular expression
3) Click “Replace All” button and save the file.
4) Open it with RDCMan 2.7. You should have no popup window anymore. Enjoy!
However, you will have to re-enter your password for these hosts.
Taken from here
New contributor
New contributor
answered Nov 21 at 10:42
Alex Langer
1
1
New contributor
New contributor
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f344081%2funable-to-decrypt-password-popup-in-remote-desktop-connection-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown