How to change Windows Remote Terminal (RDP) window resolution

  • KM00233489
  • 11-Dec-2012
  • 02-Apr-2021

Summary

Describes steps to change the Remote Terminal window size in Java OCC

Question

In default, Server Automation Java OCC client opens Windows Remote Terminal windows with the resolution 1024x768 due to template.rdp included in ngui.jar.

Answer

Go to Tools menu, then Options and select "Terminal and Shell" section.
Then change "RDP Client" input to add " /w:xxxx /h:yyy" after mstsc command.

For example (Windows 7):
       c:/windows/sysnative/mstsc  /w:1280 /h:768 "%r"