PDA

View Full Version : Creating icons


pritish_kul2
05-03-2007, 04:21 PM
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

pritish_kul2
07-03-2007, 01:46 PM
no reps :sad::sad::sad::sad::sad::sad::sad::sad::sad::sad: :sad::sad::sad::sad::sad: no replies

ajy0903
27-08-2007, 04:23 AM
Oh hello.
Sorry about people not repling you.
And here is my reply to your writing.
When i did command, "C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows ", it says: The file C:\WINDOWS\RUNDLL.EXE cannot be found.
Can you look what u wrote and fix the problem for me?
Or, how do i use this in Windows XPs?

saurabh kakkar
27-08-2007, 12:01 PM
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.

Cool G5
27-08-2007, 12:59 PM
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.

Yeah.This is good.I have been using this for a long time.
You can replace 00 with any time like 06,05(in seconds).

nikhil ramteke
12-09-2007, 02:46 PM
Oh hello.
Sorry about people not repling you.
And here is my reply to your writing.
When i did command, "C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows ", it says: The file C:\WINDOWS\RUNDLL.EXE cannot be found.
Can you look what u wrote and fix the problem for me?
Or, how do i use this in Windows XPs?
ya same hereee........
say wat to do????