2011
12.08

Schedule Server Reboot

Windows:
schtasks /create /tn "Reboot" /tr "shutdown /r /t 1" /sc once /st HH:MM:ss /sd dd/mm/yyyy /ru "System"

Linux:
sudo shutdown -r HH:MM

No Comment.

Add Your Comment