Saturday, 23 April 2011
shortcut of window pc
Shortcut of the Window Desktop Pc
Shortcut are very useful for any computer geeks to search the desktop fast its very tricky to get your shortcut to make fast use .
Window Shortcuts |
Step 1.Right-click on desktop and open the menu of new option and then click on shortcut option .
Shortcut |
a)For Shutdown the system
shutdown -s -t 60 -c "Good Bye"
-s for shutdown
-t means time in seconds
60 means after 60 second system is shutdown you can change it as per ur need.
-c "Good Bye" for comment u may ignore all of it.
b)For Restart the system
shutdown -r -t 60 -c "Bie"
-r for restart.
c).For Lock the user account.
Rundll32.exe User32.dll,LockWorkStation
or u may can press the combination of key for lock down the workstation
(window_button + l)
d).For Sleep the system.
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
e).For Hibernate the system.
rundll32.exe PowrProf.dll,SetSuspendState
Step 3. Now save that shortcut by any name.
Step 4. change the icon of shortcut to "MY COMPUTER" icon and copy to your frnd pc when ever he/she double-click on the icon system will restart (which shortcut u created) in 60 second.
thanks
Comment and share on google plus.
0 comments:
Post a Comment