Monday, June 28, 2010

Create icons for Shutdown, Restart, log off




How to create a shutdown, restart, log off icons
To create a shutdown, restart, log off icons we can follow these steps:

Desktop shutdown icon:
Step 1: Right click on the desktop
Step 2: Select new --> short cut
Step 3: In the location field type this command ‘shutdown –s –t 00’ (without quotes)
Step 4: Click next give a name of your choice and finish.

Desktop reboot icon:
Step 1: Follow the above procedure but replace the command to ‘shutdown –r –t 00’ (without quotes).

Desktop logoff icon:
Step 1: Follow the 1st procedure but replace the command to ‘shutdown –l –t 00’ (without quotes).

No comments: