How to add a shutdown tile to the start screen?
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?
Adapted from Ben Oostdam's blog.
- Go to
%Appdata%\Microsoft\Windows\Start Menu\Programs
- Right click > New > Shortcut
- Enter
%windir%\system32\Shutdown.exe -s -t 0
as the location - Give it a name and click Finish
- Position the icon where you want it:
Optional:
- Right click on the shortcut and select Properties
- Click the Change Icon... button. (There is a power button icon in
%SystemRoot%\system32\SHELL32.dll
To add the shortcut to the All Apps group:
- In the shortcut properties, go to the Security tab
- Add
All Application Packages
and make sure the Read and Read & execute permissions are enabled
Use Win+C and then select Shutdown.