Latest News Updates

Latest News    

Monday 27 December 2010

Create shortcut Buttons for Hibernate, shutdown, restart, lock etc

Create Shortcut buttons for hibernate, standby, restart, shutdown and to lock your system
Here I will show you to create shortcut for one of them and for remaining also the same method is followed

Steps to create shutdown button:

1.       Right Click on your Desktop



2.       Go to New and click on Shortcut, the following window will appear



3.       In the text field type  : shutdown –s –t 00 and then click on Next button



4.       Give any Name to the shortcut I am keeping the default one i.e shortcut and then click on Finish



5.       You have now successfully created shortcut button for shutdown, if u want, u can change the icon as per ur needs

Similarly you can create shortcut buttons for hibernate, locking the system etc by just replacing the respective command at step no : 3 from the below given table

TASK to perform
Command


Shutdown ur system
Shutdown.exe -s -t 00


Shutdown after 30 seconds
Shutdown.exe -s -t 30


Restart Computer
Shutdown.exe -r -t 00


Sleep Computer
Rundll32.exe Powrprof.dll,SetSuspendState Sleep


Lock your Computer
Rundll32.exe user32.dll LockWorkStation


Hibernate Computer
Rundll32.exe Powrprof.dll,SetSuspendState Hibernate

Hope you like this post.

People who read this post also read :



0 comments:

Post a Comment