Horizontal-navigation

  • Home
  • Tutorials
  • Samsung Smartphones

ads-nav

samsung galaxy s3 mini samsung galaxy s3 mini samsung galaxy s3 mini buy now samsung galaxy s advance samsung galaxy s advance samsung galaxy s advance samsung galaxy note 2 samsung galaxy note II samsung galaxy note II samsung galaxy ace samsung galaxy ace samsung galaxy ace

May 2, 2012

Create Shutdown timer



This is one of my favorite tricks, shutting down my Windows XP machine with one simple line of code!
This might not seem necessary since the power button is tucked neatly inside the Start Menu, but this trick has a few more uses. Not only can you use this on your machine, but on network machines as well – as long as you have administrative access! You can also restart machines, set comments (the reason for the shutdown), specify time and more!




list of shutdown command

Shutdown Local Machine
Shutdown -s
Specify Time
Shutdown -s -t 60
Add message before shutdown
shutdown -s -t 0 -c "Shutting down computer"
Force Shutdown Computer
Shutdown -s -t 60 -f
Shutdown a Remote computer
shutdown -s -m \\nameofremotecomputer -t 45
Cancel Shutdown
Shutdown -a
Example:
1 Go to Start > Run and type CMD
2. Type shutdown -s -t 45 -f
force shutdown command