« Home | Providing "Send As" Rights in Exchange » | MOSX: Connecting to Window printer shares » | Leave no .DS_Store trails » 

Monday, October 10, 2005

Get Console Access with Remote Desktop Client

With Terminal Services, users can access remote Windows machines as if they were at the station's console. However, you aren't logged into the console session by default; if you require this functionality, you must pass through the appropriate commands via the command line. To invoke this, use the following command:
mstsc -v:servername /w:width_size /h:height_size -console
The variables are in italics; the servername would be the host name or IP address of the remote computer, width_size would be the width in pixels (such as 1024), and height_size would be the height in pixels (such as 768). The width and height values are optional so you should just receive fullscreen mode by default. Full options will be available by passing /? after mstsc.exe on the prompt.

Windows 2000 requires Remote Desktop Client installed first and it is also helpful to add RDC's path to the Windows environment variables.

E-mail this post



Remember me (?)



All personal information that you provide here will be governed by the Privacy Policy of Blogger.com. More...

Add a comment