About:
Schedule task – Restart computer
Code:
schtasks /create /sc once /tn “Reboot” /tr “shutdown -r -t 10” /st 23:45 /f /ru system
Schedule task – Restart computer
Code:
schtasks /create /sc once /tn “Reboot” /tr “shutdown -r -t 10” /st 23:45 /f /ru system