Remote Desktop Client

18 April 2002 by Snakefoot | Comment » | Trackback Off
Remote Desktop Client (RDC) is installed by default on WinXP, but it will also run on Win9x/WinNT4/Win2k (Is better than the client installed by default on Win2k). Originally the client was called Microsoft Terminal Services client, hence the name MSTSC.
It allows you to connect to a WinNT4/Win2k/WinXP/Win2k3 installation with Terminal Services installed and control it remotely. More Info MS KB Q306566

If using Remote Desktop or VNC to manage many computers, then it might be useful to have a tool to keep track of the different computers: Note by default when disconnecting from a remote non-server system, then the user used for login is logged off. To keep the user logged in, then disconnect with this command (Make shortcut in Quick Launch):

%windir%\System32\tscon.exe 0 /dest:console

More Info MS KB Q243202
More Info MS KB Q302801

Note mouse and keyboard movement might seem jerky when doing remote desktop. This can be fixed by setting this registry key on the client-side:

[HKEY_CURENT_USER \Software \Microsoft \Terminal Server Client]
Min Send Interval = 10 (Default 100 ms)
Min Send Interval 5 = 10 (Default 120 ms)

More Info MS KB Q196460
More Info MS KB Q830209
More Info MS KB Q831172

Note it is possible create a system console (session 0) connection to a WinXP/Win2k3 computer instead of a terminal services session. Older applications and services will only display their console window and popup message boxes to session 0. Requires an administrator rights on the computer, and only one is allowed to be logged on like this (Default when performing remote desktop to XP):

mstsc.exe /console

More Info MS KB Q278666
More Info MS KB Q311926

Note to start with multi-monitor support:

mstsc.exe /span

Note to see more options:

mstsc.exe /?

More Info MS KB Q304304

Note it is possible to make a local printer available in a remote session:
  1. Click Start -> Run..

    mstsc.exe

  2. Click Options in the Remote Desktop Connection dialog box.
  3. Click the Local Resources tab.
  4. Click Printers in the Local Devices box.
  5. Click Connect.
More Info MS KB Q243552
More Info MS KB Q264039
More Info MS KB Q317780

Note one can save the settings used for the Remote Desktop Protocol (RDP) connection in a file (Ex. Default.rdp). To save the settings start mstsc.exe and in the Remote Desktop Connection-dialog select Options. More Info MS KB 885187

Related Remote Desktop in Vista can be slow because of RWIN auto-tuning

Updated: 26 October 2007

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>