Home > Common Problem > body text

What are the mstsc commands?

coldplay.xixi
Release: 2023-01-13 00:30:25
Original
12463 people have browsed it

The mstsc commands are: 1. [/v] specifies the remote computer to connect; 2. [/admin] connects you to the session to manage the server; 3. [/f] starts the remote desktop in full screen mode ; 4. [/w] specifies the width of the remote desktop window; 5. [/h] specifies the height of the remote desktop window.

What are the mstsc commands?

#The operating environment of this article: Windows 7 system, Dell G3 computer.

mstsc commands are:

1: Use the mstsc /console command in xp sp2 to log in to the remote desktop console (and log in as the same user in front of the computer ), after upgrading xp to sp3, it can no longer be used in this way. The command in sp3 should be replaced by mstsc /admin.

2: The parameters of mstsc in xp sp3 are as follows:

3: MSTSC [] [/v:] [/admin] [/f[ullscreen]] [/w: /h: ] [/public] | [/span] [/edit "connection file"] [/migrate]

4: "connection file" -- Specify the name of the connected .rdp file.

5: /v: -- Specify the remote computer to connect to.

6: /admin -- Connects you to a session to manage the server.

7: /f -- Start the remote desktop in full screen mode.

8: /w: -- Specify the width of the remote desktop window.

9: /h: -- Specify the height of the remote desktop window.

10: /public -- Run Remote Desktop in public mode.

11: /span -- Match the width and height of the remote desktop to the local virtual desktop, extending to multiple monitors if necessary. To scale to multiple monitors, all monitors must be the same height and aligned vertically.

12: /edit -- Open the specified .rdp connection file for editing.

13: /migrate -- Migrate the old connection file created using the client connection manager to the new .rdp connection file.

14:

15: Usage of mstsc parameter in 2003 sp2: MSTSC [] [/v:] [/console] [/f[ullscreen]]

16 : [/w: /h:] | /Edit"ConnectionFile" | /Migrate | /?-- Specify the name of the connected .rdp file.

17: /v: -- Specify the terminal server to connect to.

18: /console -- Connect to the console session of the server.

19: /f -- Start the client in full screen mode.

20: /w: -- Specify the width of the remote desktop screen.

21: /h: -- Specify the height of the remote desktop screen.

22: /edit -- Open the specified .rdp file for editing.

23: /migrate -- Migrate the old connection file created by the client connection manager to the new .rdp connection file.

24: /? -- Display this usage message.

Related video recommendations: PHP programming from entry to proficiency

The above is the detailed content of What are the mstsc commands?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!