« Omaha or burst? | Main | 11 - this post goes to 11. »
Remote Desktop Shortcuts
By Josh Nelson | November 10, 2007
Stolen from LifeHacker.com stolen from cybernetnews.com
mstsc.exe /v:[computer's Ip address here] /w:[remote computer's screen width] /h:[remote computer's screen height]
mstsc.exe /v:192.168.0.101 /w:800 /h:600
Here’s what the various portions of that mean:
- mstsc.exe - this is the name of the Remote Desktop application, and is required for the shortcut to work properly.
- 192.168.0.101 - this is the name or IP address of the computer you want to connect to.
- 800 - this is the resolution width for the computer that you’re connecting to.
- 600 - this is the resolution height for the computer that you’re connecting to.
and finally…….M$ documentation
Topics: Daily |
Comments
You must be logged in to post a comment.