ScriptFu Posted August 14, 2012 Posted August 14, 2012 Hello, I am writing a script which remotely opens a rdc connection on another machine using psexec and mstsc. There seems to be a limitation on the height in which the rdc opens. It seems that no matter what i put in as the '/h:<height>' parameter, it does not go higher than about 75% of the screen height. The machine in which the rdc is running is Windows 7. Any ideas? Thanks.
Moderators JLogan3o13 Posted August 14, 2012 Moderators Posted August 14, 2012 What happens when you choose full-screen mode (/f) ? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
ScriptFu Posted August 14, 2012 Author Posted August 14, 2012 What happens when you choose full-screen mode (/f) ?It does work in /f mode...i want it to be only in full height (full height of the screen) and the width at about 20% of the screen.
Emiel Wieldraaijer Posted August 14, 2012 Posted August 14, 2012 Start MSTSC.exe configure a connection and save the connection. This file can be opened by notepad, see the values Start you program and create a connection.rdp before starting MSTSC.exe start MSTSC.exe connection.rdp MSTSC /? for more information Best regards,Emiel Wieldraaijer
ScriptFu Posted August 14, 2012 Author Posted August 14, 2012 Start MSTSC.exe configure a connection and save the connection. This file can be opened by notepad, see the valuesStart you program and create a connection.rdp before starting MSTSC.exestart MSTSC.exe connection.rdpMSTSC /? for more informationI have done all that and tried changing the displayheight property. It acts very strangely. It seems to only go up to a certain maximum height.
ScriptFu Posted August 14, 2012 Author Posted August 14, 2012 I found the fix!!Here is the bug in Windows 7 rdc which i was talking about and the fix:http://awaitinginspiration.com/2010/01/windows-7-remote-desktop-scrollbars/Thanks.
Emiel Wieldraaijer Posted August 14, 2012 Posted August 14, 2012 Thnx for reporting back, no i better understand the problem you had.. Best regards,Emiel Wieldraaijer
ScriptFu Posted August 14, 2012 Author Posted August 14, 2012 Thnx for reporting back, no i better understand the problem you had..I might have to re-open this thread...the problem i now have is how to manage winposstr:s: into mstsc. I can't seem to find the switch to control this.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now