win2k3 RDP console connection

Ever wanted to connect to the console session of a Win2k3 box via RDP? With XP, this is the default behavior, because only one interactive user can be logged in at a time. But 2k3 allows multiple ineractive users (and even the same user multiple times), so connecting via RDP and logging in as the console user just creates a new session and leaves the console alone.

Here’s a trick to let you remotely connect to the console session:

  1. Start mstsc.exe and enter the settings for the computer you want to connect to
  2. Save this connection to a file like “foo.rdp”
  3. Open this file in Notepad (it’s just a text file anyhow)
  4. Add a line to the file that says “connect to console:i:1” (no quotes)
  5. Save the changes

Presto! When you launch the foo.rdp file and login to the remote system, you’ll connect to the console session. Have fun.

[Update] John provides this information in the comments: “‘mstsc /v:machine-name /console’ I think it picks up the other settings from Default.rdp.”

[Incessant Ramblings (Technology Entries)]

2 thoughts on “win2k3 RDP console connection

  1. Thanks so much for posting this! I’ve tried many other suggestions but none seem to work…unlike YOURS!

    Thanks!

  2. Pingback: Mark Iwaszko's Blog!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.