The easiest way to shut down your Windows 8 & 8.1 PC with one click.
One of the ways is to use Keyboard Shortcuts to power down Windows. There’s an easy way to put the shutdown and restart functions just one click away from the desktop and Start screen. Just create shortcuts for both actions using the following steps:
Step 1: Go to Desktop and Right Click then go new and Click Shortcut menu.
Step 2: Enter the following Code in Shortcut bar. Make Shutdown Button Code is: shutdown -s -t 0
Make Restart ButtonCode is: shutdown -r -t 0
Make Logoff Button Code is: shutdown -l -t 0