Whenever user uses “Remote Desktop Connection (RDC)” or Terminal Services client (TSC or mstsc) to remote desktop to a Windows Server family operating system such as Windows Server 2003 and Windows Server 2008, a new session is started and user will log on to a new desktop. The behavior is unlike Windows XP and Windows Vista Terminal Services which always allows remote desktop to access to console session (the same desktop in which user will see when standing in front of the monitor).

For user who need to connect and access console session with Remote Desktop can use a switch when running Remote Desktop Connection Terminal Services client (mstsc) in order to force Remote Desktop to connect to console session of remote server.

To connect to console session of Windows Server 2003 or Windows Server 2008, run the RDC or TSC with the following switch: /console. For example, for all remote desktop client except the one in Windows Vista:

mstsc /console

For Windows Vista remote desktop client, use /admin switch instead:

mstsc /admin

By logging in to console session of remote computer, all existing applications that are running and not yet closed when user is physically using the computer will be automatically appeared, instead of having users re-open all of them.