Today i want to share a great PC Tips that name is Create Shutdown Log off or Hibernate Shortcuts.
1. At first right click on your desktop free space then click New and select Shortcut.
2. A box will appear and type the following word exactly shutdown -r -t 0 .
3. Then click Ok.
4. A new shortcut folder will be created and you can shut down your computer immediately by clicking on that shortcut.
5. For Restart, Log off or stand by & Hibernate copy the following:
Restart: shutdown -r -t 0
Log off: shutdown -l -t 0
Hibernate: C:\Windows\System32\rundll32.exe powrprof.dll,SetSuspendState 0,1,0
You can download these shortcuts that I already made