Starting from Windows XP Service Pack 3, Windows Vista Service Pack 1 and Windows Server 2008 the “mstsc /console” switch was been replaced by “mstsc /admin” In both Vista SP1 and Windows Server 2008, the Remote Desktop Program has been updated to version 6.1 (6.0.6001)
Since there is no longer the ability to connect to Session 0, the /console switch is no longer required. But, what if I want to connect to Session 0 on a Windows Server 2003/XP or previously machine making the most of RDP 6.1?
Let’s see how we can do it.
If you use “mstsc /v:servername /console” in a script file then the /console will be ignored (with no warning) and you will be connected to a normal session that is not the server console.
If you specify the /console switch in the RDC GUI connection dialog then it will tell you “an unknown parameter was specified in the computer name field”.
If you want to connect to the old console session in Windows 2008 and Vista SP1 use the “mstsc /admin” switch
Another workaround is to replace the mstsc.exe file with one from older system (Windows XP ) for example.
Example
mstsc /admin savedsession.rdp