Windows 8 – How to Add a Shutdown Tile to the Start Screen

modern-uiwindows 8

How do I add a tile on the Windows 8 Modern UI that allows me to click that tile to start shutting down the computer?

Best Answer

Adapted from Ben Oostdam's blog.

  1. Go to %Appdata%\Microsoft\Windows\Start Menu\Programs
  2. Right click > New > Shortcut
  3. Enter %windir%\system32\Shutdown.exe -s -t 0 as the location New Shortcut
  4. Give it a name and click Finish Finish
  5. Position the icon where you want it:
    Shutdown Metro

Optional:

  1. Right click on the shortcut and select Properties
  2. Click the Change Icon... button. (There is a power button icon in %SystemRoot%\system32\SHELL32.dll Shutdown icon

To add the shortcut to the All Apps group:

  1. In the shortcut properties, go to the Security tab
  2. Add All Application Packages and make sure the Read and Read & execute permissions are enabled