The project is a windows application, which gives an ability to shutdown, suspend, hibernate PC, restart or turn screen off using HTTP GET request.
The application stays in a system tray area, where you can trigger custom command shutdown as well.
The program has following settings:
- Load program at Windows startup
- Security code
- System tray menu customization
- Custom port number
Screenshots:
Example of remote requests:
- No code, default command
- Secret code, default command
http://remote-host-name:5001/secret/
- Secret code custom command:
- http://remote-host-name:5001/secret/hibernate
- http://remote-host-name:5001/secret/shutdown
- http://remote-host-name:5001/secret/suspend
- http://remote-host-name:5001/secret/turnscreenoff/
- http://remote-host-name:5001/secret/lock/
- http://remote-host-name:5001/secret/restart/
- http://remote-host-name:5001/secret/forceshutdown
- Delaying a command
It is possible to delay a command. When delayed, a dialog will be shown, allowing the user to abort the operation. Simply add the parameter ?delay={seconds} to your get request
The application can be easily used with IFTTT or AutoVoice to shutdown PC remotely.