After creating the shortcut, you can change the icon assigned to it by right-clicking on the shortcut and selecting Properties. The window that comes up next has a “Change Icon” option, which is easy to use.
For a Restart shortcut, use “shutdown.exe -r -t 00”. Replacing -r by –l gives the code for logging off:“shutdown.exe -l -t 00”. Fast user switching is also possible; the code for that is “Rundll32.exe User32.dll, “LockWorkStation”.
Similarly one can also make a shortcut for Standby/Hibernation. If Hibernation is enabled, the computer will hibernate, else it will go into Standby. For this, use “%windir%system32rundll32.exe PowrProf.dll,SetSuspendState”.
Books on Grammar:
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.