Monday 21 December 2015

Create shutdown button in windows

Hey friends don’t you you feel that windows 8 interactive GUI has created a little complex procedure to find out the shutdown button.Yes it has,for a Lazy guy like me.Moving cursor to top point then selecting settings,oh hang on that’s a hectic problem for me.Need a power button on desktop,yes this is possible.We have trick for that.Just click the button and you are bang on.

Follow these simple steps :
Right click and select New,look for shortcut.
       

    »  Type shutdown -s               

    »   Click next.

 

Type name for this shortcut,name could be anything.                                                               
     »   Click on finish.

  

Right click on created button,select properties.If you wish select icon otherwise not necessary but it looks cool.
     »  Click ok.

                
                      

   »   shutdown -s (shut pc in 30sec default)
   »   shutdown -s -t 15 (shut pc in 15sec)
   »   shutdown -s -t 15 -c “comment” (shut pc with comment)

Replace s with r for restart shortcut. Add time and comment according to your wish.

Have a look on generated result :

         

After clicking power shortcut,system generates a comment.

Create Abort button..

After clicking power shortcut if you want to revert changes,you can create abort shortcut as well.This shortcut don’t allow PC to shutdown after clicking power shortcut also.

All steps are same except shortcut location.
    

Create command prompt shortcut..

All steps are same except shortcut location.
      

Hope you all have enjoyed this trick.Keeping learning ...

☞kislay

No comments:

Post a Comment