|
/auto - You can use this option to run RSHUT PRO in minimized mode.
Example:
|
/start[:pc_list] - Start action on specified computer(s). If the parameter pc_list is omitted local computer is supposed.
/stop[:pc_list] - Stop action on specified computer(s). If the parameter pc_list is omitted local computer is supposed.
Examples:
"Bill's computer, Server" "Comp1, Comp2" "10.10.1.10" "10.10.1.10,Comp2" |
Examples:
Schedules reboot operation on the local computer within 60 seconds.
rshutpro.exe /stop
|
/timeout:[+|-][ss|hh:mm|hh:mm:ss] - Set/modify action delay execution. ss is seconds, mm and hh - minutes and hours. When specified timeout with a sign (plus or minus) - it increase/decrease timeout of currently running action(s).
Example:
Schedules reboot operation on the local computer within 60 seconds.
rshutpro.exe /reboot /timeout:-0:2
rshutpro.exe /shutdown:PC1 /timeout:+0:10
|
/message:[text|filename] - Specifies custom message to be displayed, also may specify to get it from file. Is applicable along with '/timeout' parameter.
Examples:
Schedules reboot operation on the local computer within 60 seconds with the custom message.
rshutpro.exe /reboot /timeout:15 /message:"c:\message.txt"
|
/eject[:drive] - Eject specified (or all) CD/DVD-ROM(s) in the system. If you have the only one CD/DVD-ROM drive in your system you can omit 'drive' parameter.
Examples:
Eject all CD/DVD-ROMs on the local computer
rshutpro.exe /eject:d
rshutpro.exe /eject /start:"Comp1"
|
/close[:drive] - Close specified (or all) CD/DVD-ROM(s). If you have the only one CD/DVD-ROM drive in your system you can omit 'drive' parameter.
Examples:
Close all CD/DVD-ROMs on the local computer
rshutpro.exe /close:d
rshutpro.exe /close /start:"Comp1"
|
/report - Display results on action execution.
Example:
Send shutdown command on the computers Comp1 and Comp2, then display results. |
/quiet - The reverse option to '/report', i.e. do not display any messages on the action execution. (This is default option).
Example:
Send shutdown command on the computers Comp1 and Comp2, do not display any results. |
/license:"filename.key" - Enter license key.
/monitor:[low|on|off] - Set monitor power saving mode.
Examples:
Set monitor to low power saving mode. The monitor should support this feature.
rshutpro.exe /monitor:on
rshutpro.exe /monitor:off /start:"Comp1"
|
/saver[:pc_list] - Start default screen saver (if enabled in Windows).
Examples:
Start screen saver.
rshutpro.exe /saver:Comp1
|
/autostart , /noautostart - Set or clear autorun for RSHUT PRO.
Example:
Enable auto-start for RSHUT PRO on local computer when Windows starts. It uses "RunServices" section in registry while running on Windows 9x/ME or sets "system service" while running Windows NT/2000/XP. |
/execute:"command" - Execute command on remote computer(s).
Example:
Start the program "backup.exe" on the Comp1 with the parameter "/begin". |
/reboot[:pc_list] - Reboot local or remote computer(s).
Examples:
Reboot the local computer when 60 seconds leave.
rshutpro.exe /reboot:"Comp1,Comp2"
|
/shutdown[:pc_list] - Shutdown local or remote computer(s).
Examples:
Shutdown the local computer immediately, terminates (not finish) all processes running.
rshutpro.exe /shutdown:"Comp1,Comp2" /message:"Lets go home" /timeout:600
|
/poweroff[:pc_list] - Shutdown and power off local or remote computer(s).
Examples:
Shutdown the local computer immediately, terminating any programs that hungs. Then powering the computers off.
rshutpro.exe /poweroff:"Comp1,Comp2" /message:"lunch.txt" /timeout:60
|
/logoff[:pc_list] - Log off local or remote computer(s).
Examples:
Log off local computer.
rshutpro.exe /logoff:"Comp1,Comp2"
|
/suspend[:pc_list] - Suspend local or remote computer(s).
Examples:
Suspend local computer.
rshutpro.exe /suspend:"Comp1,Comp2"
|
/hibernate[:pc_list] - Hibernate local or remote computer(s).
Examples:
Hibernate local computer.
rshutpro.exe /suspend:"Comp1,Comp2"
|
/lock[:pc_list] - Lock local or remote computer(s) (available only in Windown NT/2K/XP, in Windows 9x/ME screen saver will be started instead).
Examples:
Suspend local computer.
rshutpro.exe /lock:"Comp1"
|
/wol[:pc_list] - Wake up remote computers over network.
Examples:
rshutpro.exe /wol /start:"Comp1" Wake up the computer Comp1 over network using WOL packet. |
/mac:MAC_address - MAC address of PC you are sending Wake-On-LAN request. Upon execution RSHUT PRO will remember the MAC for this PC so later you can do Wake-On-LAN action without MAC. (You can get know MAC address of remote PC with "ipconfig.exe /all" command on that PC, MAC address will be displayed in the field "Physical Address" like this "00-50-56-AB-01-0A".)
Examples:
rshutpro.exe /wol /start:"Comp1" /mac:005056ab010a Wake up "Comp1" PC over network. Here MAC address of "Comp1" is 005056ab010a. |
/save - save all RSHUT PRO settings to REGISTRY.DUP file.
Examples:
Saves all RSHUT's registry settings to the REGISTRY.DUP file located in the RSHUT directory. |
Example:
|
/force - unlike previous option system does not send 'finish task' message to any process. This can cause running applications to lose unsaved data.
Example:
|
/forceif - force processes to terminate if they do not respond to the 'finish' message. Works in Windows 2000/XP only.
Example:
|
/terminate - force to terminate processes. It is unsafe to terminate any processes in system since it can hung up PC. RSHUT Pro has default list of processes that should not be terminated to correctly shutdown Windows but you can modify it depend on your system configuration.
Example:
|