Windows 7 Timed Shutdown Batch

  
is absolutely easy to use. It will be shut down one minute before shutting down.
You can modify the timed shutdown time.
@echo off
at 22:50 every:M,T,W, Th, F, S, Su shutdown -s -t 60 -c "It's too late, it's sleeping!"
at 13:50 every:M,T,W,Th,F,S,Su shutdown - s -t 60 -c "To power off, save it!"
at 15:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c "The power is off Save it!"
at 9:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c "To power off, save it!"
at 5:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c "To power off, save it!"
echo is complete!
pause&end
Copy the above as the document, the file name is the text, and the timer is shut down. bat
can be run as an administrator.
Copyright © Windows knowledge All Rights Reserved