Print Page | Close Window

Mstsc

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Bug Report @ OneStopTesting
Forum Discription: After Creating the Test Plan, Writing the Test Cases and using them, Finally We need to generate those Bug Reports which Proves that Testers are Good enough & most importantly Indispensable.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=565
Printed Date: 06Sep2024 at 7:24am


Topic: Mstsc
Posted By: ashu
Subject: Mstsc
Date Posted: 03Apr2007 at 1:50am
Mstsc

Creates connections to terminal servers or other remote computers, edits an existing Remote Desktop Connection (.rdp) configuration file, and migrates Windows XP connections (connections created with Client Connection Manager) to new .rdp files.

Syntax

mstsc.exe {ConnectionFile|/v:server} [/console] [/f] [/w:width /h:height]
mstsc.exe /edit"ConnectionFile"
mstsc.exe /migrate

Parameters
ConnectionFile : Specifies the name of an .rdp file for the connection.
/v:server : Specifies the remote computer to which you want to connect.
/console : Connects to the console session of the specified Windows 2000 Server.
/f : Starts Remote Desktop connection in full-screen mode.
/w:width /h:height : Specifies the dimensions of the Remote Desktop screen.
/edit : Opens the specified .rdp file for editing.
/migrate : Migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files.

Remarks
• You must be an administrator on the server to which you are connecting to create a remote console connection.
• .rdp files are stored for each user as hidden files in My Documents.

Examples

To connect to the console session of a server, type:

mstsc /console

To open a file called filename.rdp for editing, type:

mstsc /edit filename.rdp

To display the help msg, type:



Print Page | Close Window