ShutDown Tip

To ShutDown your computer :-
1. Start >> Run
2. Type shutdown -s -t 10 -c "Shutting Down..."
3. Hit Enter and enjoy !

To Restart your computer :-
1. Start >> Run
2. Type shutdown -r -t 10 -c "Restarting..."
3. Hit Enter and enjoy !

To Log Off your computer :-
1. Start >> Run
2. Type shutdown -l
3. Hit Enter and enjoy !

Please Note
-s :: This signify Shutdown Request.
-r :: This signify Restart Request.
-l :: This signify LogOff Request.
-t :: This signify the timer before Restart. (Replace '10' with any number.)
-c :: This signify comment.

How To Stop It ?
When the timer is Running...
Start >> Run
Enter shutdown -a
Please Leave Comment...!

  1. gravatar

    # by Spencer - December 10, 2009 at 8:17 AM

    i knew how to do that but your other posts are awesome!
    keep it up!