Can no longer rdp into Windows 10 box

2

As in the title. My basic setup is that I am visiting my parents, and left my Windows 10 box at home running with RDP enabled. This has worked fine for five days, but this evening, I can no longer remote in.

Just to be clear, there's a couple of differentiating factors here.

  • Remoting in to Windows 10 instead of 2003/7. A lot of the causes seem to be things like misapplied Windows 7 updates or SP1 which obviously don't apply.
  • No other remote access. A lot of the suggested solutions involve things like rebooting the remote machine. If I can't remote desktop in, I have no timely remote access, so I effectively cannot affect the remote machine to resolve the problem.

The symptoms however are pretty familiar. From my Windows 7 laptop, which is the client, I enter the IP of the box, my credentials, etc etc. The dialog goes through all the stages as normal, e.g. configuring connection, securing remote session, configuring remote session, etc. However at the end of the process, instead of a remote session, or an error or anything else, I am simply dumped back to the start screen.

How can I resume remoting in to the server?

Scrubbins

Posted 2015-12-27T19:53:40.207

Reputation: 21

Answers

1

It might be that you have a running RDP session, and the IP address that you are transiting out from your parents has changed. It might be that some part of RDP has crashed on your computer, or some other process is consuming all of your system resources.

You try the /admin and /console switches to force yourself on, but that functionality is supposed to have been removed with new versions of Windows.

You could try to force yourself on with the default Administrator user if you have activated that account, or try another user account if you have another one with remote access privileges activated.

Have you simply port forwarded a port from your router to your Windows 10 box, or do you have a more robust (and secure) connection to the network that you Windows 10 system is sitting on, like a VPN connection?

The reason I ask, if the RDP port is the only thing open to you, then you are pretty much stuffed until you can get back to look at your system. If you have a VPN then you could use the shutdown command to restart your computer.

shutdown /m \\computername /f /r /t 00

David

Posted 2015-12-27T19:53:40.207

Reputation: 2 222

I did simply port forward from my router. – Scrubbins – 2015-12-27T20:58:39.097

Just to clarify, is the only service (port) that you have access to is RDP? – David – 2015-12-27T21:01:12.383

As far as I know. Any others are just my default router's settings. – Scrubbins – 2015-12-27T21:07:27.827

Okay, so you forwarded an external port on your router for RDP to port 3389 on your Windows 10 box, and that is the only external access you have. Since that is the only external access that you have, the only options are now to try different user accounts (if you have them setup), or the /admin and /console. Otherwise you are pretty much out of luck, I'm afraid. – David – 2015-12-27T21:17:31.657

The linked question I think is wrong – Canadian Luke – 2015-12-27T22:48:26.893

I'm not sure how to apply /admin and /console. There don't seem to be options for them in the RDP UI. – Scrubbins – 2015-12-27T22:48:48.580

They are command line options, the command would be similar to: mstsc /v:<host ip> /admin – David – 2015-12-28T00:50:19.523