0

I have remote desktop connection enabled. I've added my self and the Administrator account. When I try to login remotely I get:

When I try logging to remote desktop via localhost I get access denied error. The same occurs when I try remotely, except it says "username or password is not correct"

The terminal server is running, I checked this in services.

I am using the exact same username/password combo for both the local and remote logins. I can log on the physical machine just fine using the password/username combos.

Any ideas?

jscott
  • 24,204
  • 8
  • 77
  • 99
Noah Clark
  • 547
  • 4
  • 10
  • 20

3 Answers3

1

It helps if you are actually on the domain!

I got 'er fixed.

Noah Clark
  • 547
  • 4
  • 10
  • 20
0

Try putting machinename\username or domainname\username as the login. This is also the same thing with Win7 that I have seen.

DanBig
  • 11,393
  • 1
  • 28
  • 53
0

Check the Group Policy key: Computer Configuration/Windows Settings/Local Policies/User Rights Assignment

There are 2 subkeys that may be of interest: Allow Logon through Terminal Services Deny Logon through Terminal Services

mgriffin
  • 35
  • 5
  • See my comments to Dan. I don't think that not being able to login remotely is the problem, but rather a symptom of the problem. Thanks! – Noah Clark Sep 14 '09 at 20:06