Remote Desktop stopped working Windows 7

1

Remote Desktop stopped working on my Windows 7 machine. This is a huge problem because I need to use RDP to work away from home.

Nothing has changed. My router is still using DDNS properly, the ports are forwarded, and Windows Firewall has exceptions for RDP.

If I turn off Windows firewall, I can gain access, but that's not a permanent solution. I've tried everything from refreshing exceptions to manually opening ports in the firewall. None change the situation. The ONLY thing that works is turning off Windows Firewall.

Please help. I'm beyond frustrated with this issue.

Additional Info:

I am unable to stream media from my machine as well. I did not notice this until just now. It seems like all incoming connections to my machine are blocked?

I am able to use Wake On Lan to wake my machine so packets are making it to the machine over WAN.

Kashif

Posted 2013-03-27T09:43:41.410

Reputation: 187

This is not the answer you want, but I just wanted to point out that security-wise, this is not a very safe practice. Ideally you need to setup a VPN at your home and do your RDP only from there. At worse you could setup SSH tunneling for RDP, so you got that extra layer of security. – Astaar – 2013-03-27T09:59:29.367

Do you use any other firewall other than Windows? Does your AV for example, come with a firewall? – Dave – 2013-03-27T10:33:25.170

I am using Microsoft Security Essentials – Kashif – 2013-03-27T10:56:14.190

I have made a last ditch effort with "Restore Defaults" in Windows Firewall and that seems to have allowed me to resume normal RDP usage on LAN. I have yet to test whether RDP will work over WAN. – Kashif – 2013-03-27T11:23:09.863

My suggestion is to try RDP on another machine. Or another pair of machines. – Guy Thomas – 2013-03-30T10:10:46.007

Answers

1

I have made a last ditch effort with "Restore Defaults" in Windows Firewall and that seems to have allowed me to resume normal RDP usage on LAN. I have tested this over WAN and it works as well. Hope this helps someone in the future.

Kashif

Posted 2013-03-27T09:43:41.410

Reputation: 187

0

Please try

Open Windows Firewall.
Click the Exceptions tab.
To enable the remote desktop exception, in Programs and Services, select the Remote Desktop check box, and click OK.
To disable the remote desktop exception, in Programs and Services, clear the Remote Desktop check box, and click OK.

Or from the command prompt

netsh firewall set service type = remotedesktop mode = enable

(or type disable)

Source

Dave

Posted 2013-03-27T09:43:41.410

Reputation: 24 199

I have tried this before with no success. I tried the cmd command. No such luck still. – Kashif – 2013-03-27T10:26:53.757

Please explain what you mean by no success - that it doesn't change the value within Windows Firewall or that it does but you still can't RDP? – Dave – 2013-03-27T10:29:05.183

It changes the value but I still cannot RDP – Kashif – 2013-03-27T10:55:53.173

Right.. does it change the value for only Domain or Private or Public? – Dave – 2013-03-27T10:58:40.783

It changes it only for my Private network – Kashif – 2013-03-27T11:03:04.677

Can you just change your settings to use a public firewall or domain (if it allows). Clearly there is another settings which has to change, but I'm wondering if the issue is with your selection of private. – Dave – 2013-03-27T11:04:52.093

I just tried Public (without Private) and still no RDP – Kashif – 2013-03-27T11:08:59.707

Well, I would review all the options in there sadly; you know that disabling the firewall allows it to work, meaning a rule in there is preventing it from working. – Dave – 2013-03-27T11:22:46.410

I have made a last ditch effort with "Restore Defaults" in Windows Firewall and that seems to have allowed me to resume normal RDP usage on LAN. I have yet to test whether RDP will work over WAN. – Kashif – 2013-03-27T11:23:27.663

0

I have found that some printer drivers cause the RDP to immediately fail. Go into advanced options, uncheck the local resources->printers box and give it a shot.

DORIT Dept

Posted 2013-03-27T09:43:41.410

Reputation: 1