Jump to content

Remote Desktop Connection


Recommended Posts

Guest Ale_Italy
Posted

Dear all, we have some Win XP PC need use the Remote Desktop Connection. We

want generate a RDP file with login and password in each computer, to

autologin on Terminal Server PC. Sending RDP file to use on different

computer is not supported for security reason. There is a standard and public

way to encrypt the password? We can generate a different encryption for the

same password in different PC?

 

One more question about the Terminal Server PC and Win XP PC Client in the

same domain. User logins in Client PC, the same user logins with RDC on

Terminal Server PC, there is a way request password only once? There is a way

to obtain password from the login on Client PC and to supply it to Remote

Desktop Connection?

 

 

Thanks in advance

  • Replies 3
  • Created
  • Last Reply

Popular Days

Guest Ale_Italy
Posted

Re: Remote Desktop Connection

 

Thanks for the link but we don't want another tool.

We have a file batch with a command line like this:

 

...........mstsc.exe test.rdp

 

and in file test.rdp we have these info:

 

username:s:<user>

 

domain:s:<domain>

 

password <pwd>

 

How we can generate test.rdp with <pwd> encrypted to single sign on RDP

client?

 

 

Best regards,

Ale

 

 

"Andreas Weber" wrote:

> Hi,

>

> maybe this could help you:

>

> SSO RDP Client

> http://wbisoft.com/index.php?id=59

>

> Best regards,

>

> Andreas

>

>

>

Guest Vera Noest [MVP]
Posted

Re: Remote Desktop Connection

 

You can't, AFAIK, because the password is encrypted in such a way

that it can only be decrypted by the same user account on the same

client as the user who created the rdp file.

 

What you can do instead is to configure the server to automatically

log the clients on by providing a username and password in Terminal

Services Configuration - rdp-tcp connection - Logon settings and

unchecking the box "Always prompt for password".

You also might have to configure the server to use the

"DontDisplayLastUserName" setting.

 

_________________________________________________________

Vera Noest

MCSE, CCEA, Microsoft MVP - Terminal Server

TS troubleshooting: http://ts.veranoest.net

___ please respond in newsgroup, NOT by private email ___

 

=?Utf-8?B?QWxlX0l0YWx5?= <AleItaly@discussions.microsoft.com>

wrote on 06 nov 2007 in

microsoft.public.windows.terminal_services:

> Thanks for the link but we don't want another tool.

> We have a file batch with a command line like this:

>

> ..........mstsc.exe test.rdp

>

> and in file test.rdp we have these info:

>

> username:s:<user>

>

> domain:s:<domain>

>

> password <pwd>

>

> How we can generate test.rdp with <pwd> encrypted to single sign

> on RDP client?

>

>

> Best regards,

> Ale

>

>

> "Andreas Weber" wrote:

>

>> Hi,

>>

>> maybe this could help you:

>>

>> SSO RDP Client

>> http://wbisoft.com/index.php?id=59

>>

>> Best regards,

>>

>> Andreas


×
×
  • Create New...