Power, Reset, and Logoff Icons...

I downloaded the icons listed in the topic title and I would like to use them on my desktop. Basically my qustion is what do I link to so that they will function accordingly?
4,467 views 10 replies
Reply #1 Top
You need the program specified at the link along the top of the icon library page. The program is called iconpackager for icons.
Reply #2 Top
You set each one to execute the following:
%windir%\system32\shutdown.exe

Then use a modifier switch at the end from one of these:
-r Restarts
-l Logoff
-s Shutdown

So an example of a shutdown icon command would be:
%windir%\system32\shutdown.exe -s
Reply #3 Top
That's if you're using XP, I should add. Older versions use a slightly different mthod.
Reply #4 Top
Cool can you do that in the object dock aswell and %windir%\system32\shutdown.exe -s thats just the icon or the command i dont fully get you.
Reply #5 Top
That's for the icon, but I think it would work for Object Dock items too.
Reply #6 Top
You set each one to execute the following:%windir%\system32\shutdown.exeThen use a modifier switch at the end from one of these:-r Restarts-l Logoff-s ShutdownSo an example of a shutdown icon command would be:%windir%\system32\shutdown.exe -s


Thanks, that's exactly what I was looking for. And yes I use XP so I'm all set. Thanks again and much appreciated.
Reply #7 Top
Alright, I'm having a little bit more trouble then I thought I would be. I understand what I need to set the Icons up as, but I'm not sure how to do it. I figured you would be able to just change the target info, but For just a standard Icon I put on my desktop, it doesn't give me that option. Sorry to be a pain, anyone know where it is I have to set up the command to link the Icons to?
Reply #9 Top
You just add a new shortcut to the desktop and in the location box just put the command, and it should work.
Reply #10 Top
Ah ok, yeah I got it now. Thanks again Hippy, you've been a big help