Timer for windows shutdown and restart
This may help you if have the habit of listening to songs and sleeping.
open notepad and type
“shutdown -s -t
Save the file as “
to restart the pc command is
“shutdown -r -t
Type shutdown /help in cmd for more options on this shutdown command
You can do this without batch file also
- Go to Start>run>
- Type cmd
- Then type shutdown -s -t XXXX (XXXX is time in seconds)
Example:
shutdown -s -t 3600 (Shut down time will be set to 1 hour)
0 comments:
Post a Comment