How to create Shortcuts Icon for Power Options

We can shortcuts key for different Power Options like ShutDown, Restart, Log off, etc

Steps to be Followed:

Step 1: Right-Click on Screen anywhere, select New->Shortcut

Step 2: Enter the Location as
For LogOff:
Shutdown -l

For Switch User:
tsdiscon.exe

For ShutDown:
Shutdown -s -f -t 00

For Restart:
Shutdown -r -f -t 00

For Restart with Boot Options Menu
Shutdown -r -o -f -t 00

Step 3: Enter the Name as you want and hit Enter

Step 4: Shortcut Created.

Step 5: Now Right-Click on the created Shortcut and Click Change Icon

Step 6: Select Icon of your choice and Hit Enter.

That's it, Now you can create Shortcut Keys for different Power Options using the above Command...

Comments