Saturday, July 18, 2015

rdp - windows 8.1 remote desktop connection into multiple servers simultaneously




I've recently updated to Windows 8.1 and I've discovered that I don't know how to remote into multiple boxes anymore.



Previously, on Windows 7, I'd hit Start, Remote Desktop Connections, and get the prompt to select the remote server. While this still happens on windows 8.1, if I need to remote into another box while still connected to the first box, I can't get the prompt to return. Hitting "Start" and attempting to go to Remote Desktop Connection again simply returns focus to the first RDP connection rather than allowing me to pick a new one.



I apologize for the simplistic nature of this question, but all of my searches thus far have returned solutions for having multiple users simultaneously remoted into older server OS or VPN solutions or what have you. This is simply a question about how to use this OS.


Answer



While you're remoted into another computer, minimize your current RDP session, then right click on the Remote Desktop icon on the taskbar and select Remote Desktop Connection. See my screenshot (it's Server 2012, but it's the same concept exactly).



enter image description here




Alternatively you can:




  • Minimize your current RD session and hit Start+R on your keyboard which brings up the Run box. Here you can type MSTSC and hit Enter which will bring up a new RDC window.

  • Right-click on the Start button (Windows button) and select Run, then type MSTSC and hit enter again.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...