1. Save the ShutdownDaemon.out file to the /usr/bin directory and give the file execute rights
2. save the "remote_shutdown.service" file to /etc/systemd/system/remote_shutdown.service
3. issue this command: systemctl enable remote_shutdown
4. issue this command: systemctl daemon-reload
5. issue this command: systemctl start remote_shutdown
6. reboot the linux machine and wait for the operating system to reload
7. to check the the daemon is running, issue this command: systemctl status remote_shutdown
8. issue this command from a Windows machine using the Windows executable: ShutdownService.exe /reboot IP-OR-COMPUTER-NAME
