QAInsight.net, QABlog.com, QABlog.net
Brent Strange's thoughts on Software Quality Assurance and technology

 
Thursday, January 05, 2006
 
 

Remote Desktop as a console session

 
 

My friend and coworker Alex Scoble showed me how to remotely connect to the console session of a Server 2003 machine the other day. You can do this three ways:

  1. From the command line type: mstsc -v:YourIPhere -console
  2. From the RDP connection GUI add /Console after the machine name
  3. Edit the RDP file (open in Notepad) and add the following line to the end of the file: connect to console:i:1

Why use the console switch? Three reasons as far as I can tell:

  1. You can log onto the existing console session and not have to reopen your applications.
  2. Some applications can only be ran from the console.
  3. Hear audio at the Server.

Console switches aren't needed when connecting to a Windows XP Pro machine because XP will automatically and only connect as console.

There are a few other command line parameters. They are listed and defined here.

 
   
   
   
Sunday, January 08, 2006 11:23:18 PM (US Mountain Standard Time, UTC-07:00)
I think if you use the MMC plug-in, as noted previously, there is a checkbox in the connection properties for this, so, there is thus a 4th way.
Mark
Comments are closed.