Why don't computers accept RDP connections with only a user name specified?

0

If I input only an account name, without specifying the machine name, e.g. "forTest", not "computerName\forTest", the RDP client does not connect to the target machine.

After I append the "computerName\", it manages to initiate a RDP session.

The RDP client is launched by system service in session 0 as the "LocalSystem" account, interactively.

In what circumstances is inputting the computerName a must? What is a always safe way to specifying the user name in RDP client? Is it safe to always use "computerName\accountName"?

Henry

Posted 2012-11-08T03:05:04.693

Reputation:

Actually I only want to connect to local machine with an local account. But it proves it is not always enough to input only the "user name". – None – 2012-11-08T03:12:37.867

Answers

0

I believe the machine you're trying to connect is in a domain.

if you don't specify the machine name. it assumes that it's a domain user and verifies the user over the domain.

it should be same to use ".\username" which is equivalent to "computerName\accountName" but simpler.

David Dai

Posted 2012-11-08T03:05:04.693

Reputation: 2 833

You can use just \username too. – Joey – 2012-11-08T07:01:05.620