Google+

Saturday, April 13, 2013

Shutdown or Restart or Logoff your PC at any time

Now you can shutdown your PC at anytime by simply following these small steps:

>>  Go to start>Run
>>  Type code:at 11:35 shutdown -s to shutdown your PC at 11:35 am
>>  To abort type shutdown -a
>>  Note all time is in 24 hour format
>>  For pm Eg:at 21:30  shutdown -s for 8:30 pm

Also If you want to shutdown your PC in seconds
>>  At run type shutdown -s -t 30 to shutdown your PC after 30 seconds

To restart your Pc at any time:
 >>  Start > Run
>>  Type shutdown -r -t 10 -c "Restarting..."
>>  Hit Enter and enjoy !

To logoff:
>>  Start>Run
>>  Type shutdown -l
>>  Hit enter,that's it.

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.

* To stop timer Go to Start>Run>Type shutdown -a (abort) 

No comments:

Post a Comment