Create Shortcut for Shutdown, Restart and Logoff in desktop
        by Sanju[ Edit ] 2012-06-04 16:11:50 
         
        
        	Create Shortcut for Shutdown, Restart and Logoff in desktop
To create the icons, create a shortcut on the desktop.
Shutdown 
the command is,
 C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows
Restart 
the command is,
 C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec
Logoff
the command is,
 C:\WINDOWS\RUNDLL.EXE shell32.dll,SHExitWindowsEx 0