Wednesday, April 14, 2010

Creating Shutdown,Restart,Lock shortcuts on your Desktop.

Creating Shutdown Shortcut.

1.Right click on the desktop.

2.Click [New] [Shortcut] to open the Create Shortcut Wizard
3.Type [shutdown -s -t 00] without the brackets.
4.Click [Next] and type a descriptive name of your choosing for the shortcut
Click [Finish]

Add a bit of class to the shortcut by assigning it a custom icon. Right click the shortcut, click [Properties] and select the [Shortcut] tab. Click [Change Icon] and select from the icons that are displayed.


Creating Restart Shortcut.

1.Right click on the desktop
2.Click [New] [Shortcut] to open the Create Shortcut Wizard
3.Type [shutdown -r -t 00] without the brackets.
4.Click [Next] and type a descriptive name of your choosing for the shortcut
5.Click [Finish]

Add a bit of class to the shortcut by assigning it a custom icon. Right click the shortcut, click [Properties] and select the [Shortcut] tab. Click [Change Icon] and select from the icons that are displayed.


Creating Lock Shortcut.

1.Right click on the desktop
2.Click [New] [Shortcut] to open the Create Shortcut Wizard
3.Type
rundll32.exe user32.dll, LockWorkStation.

4.Click [Next] and type a descriptive name of your choosing for the shortcut

5.Click [Finish]

No comments:

Post a Comment