Windows XP no RDP in but RDP out works

0

I have a Windows XP Pro sp3 machine which no longer accepts remote desktop incoming connections. This machine is used only with some demo equipment so there's no telling when it stopped working. I have checked the usual culprits preventing this from working but everything seems good. I've consulted other threads on here and msdn and explored some fixes suggested but have yet to resolve my issue. I'm just trying to avoid spending the time to rebuild this box.

  • Windows Firewall is turned off
  • machine is pingable (both ip and hostname)
  • I can RDP out of this XP machine to other machines on the network (including Win7 boxes)
  • removed antivirus

I found a suggestion online that disabling the Windows Firewall ICS Sharing service would resolve the ignored connection request but it had no effect.

I've tried to find an article or something that tells me all the places that remote desktop connection hooks into the OS (services, specific versions of dll's, etc) so that I may find that something is disabled or not running that may resolve my issue. I've not found an article such as this as of yet.

The windows event logs are clear of any messages relating to this issue.

TWood

Posted 2013-03-22T18:36:32.787

Reputation: 317

Answers

1

Can you have a look at the key fDenyTSConnections at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server change the value to 0 if it’s 1.

Ben Lavender

Posted 2013-03-22T18:36:32.787

Reputation: 550

Value was already zero. – TWood – 2013-04-08T18:12:04.663

0

Check sysdm.cpl's Remote tab and make sure "Allow incoming connections" is checked. An update may have possibly reverted that setting back to default.

LawrenceC

Posted 2013-03-22T18:36:32.787

Reputation: 63 487

The connection is allowed – TWood – 2013-04-08T18:13:26.433

0

Henk Hop

Posted 2013-03-22T18:36:32.787

Reputation: 1

followed kb 951608 to manually update registry, rebooted. No change. – TWood – 2013-04-08T18:13:55.047