hi friends today we learn how to shutdown system


Go to Desktop and RIGHT CLICK and go to New in there .There is SHORTCUT  click on it they display 

 write like this shutdown -s -t 3600 
   
(Note: 3600 are the amount of seconds before your computer shuts down. So , this means 3600 seconds = 60 mints (1 hour). You can change the value in the above code. You can even create multiple shutdown shortcuts. For example a computer shutdown shortcut for 30 minutes, 1 hour, 2 hours, 5 hours etc.
    
it will be shutdown with in 1hr and also you shutdown with in 1 min )

next step if you want continuously when you restart system also

 Just do like this click ->start->start up>cut this shortcut and past here.


hey friends don't forgot it will  stop   one and only way 
 click on start->go to Run type "shutdown -a" (Don't use quotes)