Create direct shortcuts
Posted by jaiminworld on September 17, 2008
My Computer Properties shortcut
1.Initialize creating a shortcut (by right clicking on a folder of your choice or the desktop and selecting “New | Shortcut”)
2.Type:
control.exe sysdm.cpl,System,2
in the “Command Line” input box
3.Click on “Next”.
4.Type in a name of your choice for the new shortcut.
5.Click on “Finish”.
Here’s another hint: try creating more shortcuts changing only the number at the very end of the command line (2 in our above example).
One click shutdown shortcut
1.Initialize creating a shortcut (by right clicking on a folder of your choice or the desktop and selecting “New | Shortcut”)
2.Type:
shutdown -s -t 1000 -c “Any comment”
(-t : For time to shutdown. AND -c : To display the comment you want.)
in the “Command Line” input box
3.Click on “Next”.
4.Type in a name of your choice for the new shortcut.
5.Click on “Finish”.
Lock Your Computer with Easy Shortcut
1.Initialize creating a shortcut (by right clicking on a folder of your choice or the desktop and selecting “New | Shortcut”)
2.Type:
rundll32.exe user32.dll,LockWorkStation
in the “Command Line” input box
3.Click on “Next”.
4.Type in a name of your choice for the new shortcut.
5.Click on “Finish”.