EV Reach Remote Control Tools - Command Line Arguments
Use EV Reach Remote Control command line arguments for scripting or use with other applications.
EV Reach arguments
-noprompt | Do not show the connection options and directly connect |
-observe | Open an Observe Only connection |
-nouserkm | Open a connection and automatically disable remote user controls |
-rctype: [INT] | Defines the protocol to use for that connection: · 1 – GRC · 2 – RDP · 3 – VNC · 4 – RCMD · 5 – SSH · 6 – KVMExample: GoverRMC.exe mycomputer -rctype:6 –noprompt Where mycomputer is the IP address or computer name of the target. |
-loadlayout: [FILEPATH] | Load the specified layout file |
Examples
Start EV Reach Remote Control and make an RDP connection
GoverRMC.exe pjlab-7x86-1 -rctype:3 -noprompt
Start EV Reach Remote Control and make an SSH connection
GoverRMC.exe 192.168.1.1 rctype:6 -noprompt