Specific time at 04:00 shutdown -r -t 60 -f -d p:4:1 -c “Description here”
Day of the Month (eg 23rd) at 21:40 /next:23 shutdown -r -t 60 -f -d p:4:1 -c “Description here”
Day of the week (M,T,W,Th,F,S,Su) at 21:40 /next:W shutdown -r -t 60 -f -d p:4:1 -c “Description here”
The reason codes can be found in full by typing shutdown and pressing enter! In the examples above it is Planned Application Maintenance
-r (Reboot) -t 60 (in 60 Seconds) -f (force programs to close) -d p:4:1 (Planned application Maintenance) -c “Description here” (write a note of “description here” into the logs)
The AT command has been depreciated but you can create a scheduled task for a reboot from the command line still…
Replace [servicename] with the services registry name. For example: Print Spooler is spooler.
Replace[PID] with the PID returned from the previous command.
At an Administrative Command Prompt enter “Telnet 192.168.0.1 389”, where 389 is the port you want to connect to on the host. If you are not sending SMTP you will just get an empty black screen if it works.
Eg. MOVES a folder and sub-directories without waiting and without retrying, strips off the security.
robocopy \\from\this\dir \\to\this\dir /e /zb /copy:DAT /r:0 /w:0 /mov