Shutdown timer
Here is a quick tip on how to set your pc to shutdown completely at a defined time.
Use the command shutdown (open an command prompt: Start > Run > cmd):
shutdown -s -f -t 3600
The command above shuts down your computer in 1 hour closing any running application.
Look at windows help for the complete synopsis of the command.
Categories: Windows