Thread: Creating icons
View Single Post
Old 27-08-2007, 12:01 PM   #4 (permalink)
saurabh kakkar
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 495
Smile Re: Creating icons

Quote:
Originally Posted by pritish_kul2
To create the icons, create a shortcut on the desktop.

For Shutdown, the command is


C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows

For Restart, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec

For Logoff, the command is C:\WINDOWS\RUNDLL.EXE shell32.dll,SHExitWindowsEx 0
do this buddy

Create desktop shortcuts:

in the type the location for the item paste this :

For shutdown
shutdown -s -t 00
As you can see above, this says to shutdown immediately.

For shutdown and restart
shutdown -r -t 00
As you can see above, this says to shutdown and restart immediately.
shutdown -l -t 00

For logoff
As you can see above, this says to logoff immediately.
saurabh kakkar is offline