Quantcast
Channel: Davide Gironi blog
Viewing all articles
Browse latest Browse all 196

RemoteSwitch: send remote boot up and shutdown commands automation

$
0
0
RemoteSwitch is a GUI utility that automate the BootUp and ShutDown remote PC, by sending custom commands.
User can also set any custom command when this application starts and close.
Program is minized to try icon and remote BootUp and ShutDown commands can be executed at the startup and closing stage of this application.


You can edit a custom shutdown or bootup script using external programs, and then setup change PC configuration commands using the RemoteSwitch.xml configuration file.
Change or add a device (remote PC) by editing an XML element to the configuration file:
<Device enabled="1"> <!-- enable or disable a new device -->
<Name>PC1</Name> <!-- device name, must be unique -->
<OnStartBootUp>1</OnStartBootUp> <!-- run bootup command on application startup -->
<OnCloseShutDown>1</OnCloseShutDown> <!-- run shutdown command on application close -->
<BootUpCommand>Commands\bootup_1.bat</BootUpCommand> <!-- bootup command to be executed -->
<ShutDownCommand>Commands\shutdown_1.bat</ShutDownCommand> <!-- shutdown command to be executed -->
</Device>

It is usefull if you would like to turn on and shutdown a remote server to save enerigy power when you are not working at your workstation.


Code

Notes
  • read risk disclaimer
  • excuse my bad english

Viewing all articles
Browse latest Browse all 196

Trending Articles