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.