Create ShutDown , LogOff and Restart Shortcuts ..

In Windows you can always Shutdown, Restart and Logoff (in Xp). You can create your own shortcut icons for these. Lets see the one by one.
Assuming that c is your drive in which your OS is installed ...

1. For Shutdown
:- “c:\windows\system32\shutdown.exe -s -f -t 00“.
2. For Restart
:- “c:\windows\system32\shutdown.exe -r -f -t 00“.
3. For Log Off
:- “C:\windows\system32\shutdown.exe -l -f -t 00“.


0 comments: