Have you ever wanted to create shortcuts for the most common actions like shutdown, hibernate or restart etc on your desktop.
That you could fire up all these commands just by clicking a shortcut placed on your desktop.
Now to actually make the shortcut right click your desktop and choose New
Shortcut. Next, type this case-sensitive command into the dialog box
Shutdown:
SHUTDOWN -s -t 01
Restart:
SHUTDOWN -r -t 01
LogOff:
rundll32 user32.dll,LockWorkStation
Hibernate:
rundll32.exe PowrProf.dll,SetSuspendState
ScreenSaver
C:\WINDOWS\system32\sstext3d.scr -s
click next. Give the shortcut a name and click finish. From now on all you need to do to double click the shortcut.
Sunday, September 6, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment