shutdown, log off, restart pngs
Friday, May 8, 2009 by JimGalvin | Discussion: ObjectDock
i have a program (karen's ptstopper-setup-new.exe) to create shortcuts for shutdown, log off, and restart. But, when I try to change the png in my dock it changes all 3 of the pngs. If anyone has any ideas how to keep all 3 of the pngs from changing or a different program to use to create the shut down, restart and log off programs please let me know.
Reply #2 Friday, May 8, 2009 10:03 AM
the png on the dock is going to the program itself - not the separate functions
Reply #3 Tuesday, December 1, 2009 12:24 AM
Is it possible to stack the shutdown, restart, and logoff icons, using stack docklet 2.0 ?
If so, how?
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Friday, May 8, 2009 4:50 AM
Applies to XPHome, don't know about XPPro or Vista:
No need for a program. Be warned, this technique directly executes the Shutdown, Restart, or Logoff without generating a confirmation message. So, don't click on them until you're prepared for them to execute.
Create 3 shortcuts, 1 each for Shutdown, Restart, and Logoff.
Shutdown:
Link: C:\WINDOWS\system32\shutdown.exe
Arguments: -s -t 00 (-t 00 sets the time delay to zero seconds, default is I think 30 seconds, you can put some seconds in there if you like but it's pretty useless. Note the space after s and t.)
Run: Minimized (gets rid of an annoying dos window popping up briefly)
Restart:
Link: C:\WINDOWS\system32\shutdown.exe
Arguments: -r -t 00 (-t 00 sets the time delay to zero seconds, default is I think 30 seconds, you can put some seconds in therre if you like but it's pretty useless. Note the space after r and t.)
Run: Minimized (gets rid of an annoying dos window popping up briefly)
Logoff:
Link: C:\WINDOWS\system32\shutdown.exe
Arguments: -l (You have probably figured out that's a lowercase "L", not the number 1. Don't think the time delay parameter works for logoff, try it if you like.)
Run: Minimized (gets rid of an annoying dos window popping up briefly)