How do I shutdown Windows 8?

Solution 1:

You can find the shutdown options in the Charms bar.

The Charms bar can be accessed by

  • moving the mouse to very top right or bottom right corner of the screen;
  • swiping in from the right; or
  • pressing Windows+C

From there, you need to click or tap the Settings option, and the shutdown options are available at the bottom under the Power icon:

enter image description here

Solution 2:

From 10 different ways to Shutdown or Restart Windows 8:

  1. Shutdown Windows 8 via Charms Bar
  2. Create Shutdown Restart Shortcuts or Tiles in Windows 8
  3. Shutdown or Restart Windows 8 using HotKey
  4. Bring up the Windows 8 Shut down dialog box
  5. Shutdown using the keyboard
  6. Shutdown Windows 8 from the System Tray
  7. Define Power buttons and lid closure actions
  8. Shutdown Windows 8 using Command Prompt or Run
  9. Shutdown or Restart Windows 8 using the Context Menu
  10. Using Ctrl+Alt+Del

Solution 3:

Windows 8 still supports the command line feature to shut it down. You can just press the Win+R button to open the run dialog box and type the command

shutdown /s /f /t 0

/s for shut it down

/f for forcefully close any application and shut it down immediately

/t for time in milliseconds, without delay

/r for reboot, replace the /s

There are other ways to shut it down easily

Sign Out

You can shut down Windows 8 from the login screen after signing out. To sign out, open the Start screen (press the Windows key or move your mouse to the bottom left corner of your screen and click), click your name, and select Sign Out. Click the power button at the bottom right corner of the screen and select Shut down.

Alt+F4

You can shut down Windows directly from the desktop. First, ensure the desktop is focused by clicking your desktop background, and then press Alt+F4 (as we all know if you press this key combination while a program is focused, that program will close.) Select Shut Down in the dialog that appears.

enter image description here

Update: You can also add shutdown, restart, log off, switch user to the desktop right click(context menu) menu. Just download this registry file and run the add-menu.reg file and it immediate add the menu to the right click menu.

enter image description here

Information from this source.