Creating Shutdown, Restart and Logoff Icons 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,exitwindow***ec
For Logoff, the command is C:\WINDOWS\RUNDLL.EXE shell32.dll,SHExitWindow*** 0
|