• Donate
    TheWindowsForum.com needs donations to stay online!
    Love TheWindowsForum.com? Then help keep it alive by sending a donation!

Create Shutdown / Restart / Lock Icons in Windows 7 or Vista

WELCOME TO THEWINDOWSFORUM COMMUNITY!

Our community has more than 63,000 registered members, and we'd love to have you as a member. Join us and take part in our unbiased discussions among people of all different backgrounds about Windows OS, Software, Hardware and more.

Sep 13, 2010
134
3
If you dislike the new Windows Vista shutdown menu, you are probably in the majority. An alternative option is to create icons that will let you shut down, lock, or restart your computer without having to mess with that stupid popup menu.

Of course, Windows 7 makes the shutdown menu a lot better, but if you want a shortcut elsewhere or to assign a hotkey, this should help you out.

*First right-click on the desktop, choose New and then Shortcut.
photo-31103.jpg

*In the shortcut location box, you’ll need to enter the correct command, which I’ve listed for you below.
photo-31104.jpg


Shutdown Computer
Code:
Shutdown.exe -s -t 00

Restart Computer
Code:
Shutdown.exe -r -t 00

Lock Workstation
Code:
Rundll32.exe User32.dll,LockWorkStation

Hibernate Computer
Code:
rundll32.exe PowrProf.dll,SetSuspendState

Sleep Computer
Code:
rundll32.exe powrprof.dll,SetSuspendState 0,1,0

When you’ve clicked next on the above dialog, you’ll be asked to name the shortcut. Probably best to name it according to the right function.
photo-31105.jpg

After you click Finish, you should now have a new icon that you can double-click to immediately shutdown, restart, or lock your computer.

75288565076641740115.png
 
Back