Wednesday, March 20, 2013

Add a 1-click shutdown tile to your Windows8 Start Screen

Leave a Comment
windows8 users always find difficult to use windows8, here is a trick to customize windows8 shutdown button to ur start screen.
Basically, what we’re doing is creating custom shortcuts that use the built-in Windows Shutdown command.
1. Go to the desktop, then right-click on the desktop and select New | Shortcut.
2. Enter “shutdown” in the Create Shortcut (as shown below), then click Next


image

3. Accept “shutdown.exe” or rename the shortcut as desired (I personally change it to “ShutDown”) then click Finish
4. Next, right click the new Shutdown shortcut on your desktop and select Properties.  Add the /s and /t switches to the shutdown command line (see below).  Note: the /s switch is needed to tell the shutdown command that you indeed want it to shutdown, also the /t switch is recommended otherwise by default the shutdown command waits 30 seconds before it executes, and as you see below, I add a 5 after the /t switch to cut the delay time to 5 seconds.  (You could also change the icon here as well – I’ll show that later)

image

5. The final step is to right click the Shutdown shortcut and select the “Pin to Start” option (shown below), remember it will show up to the far right of the Start Screen, so you may want to move it.



image


That’s it, basically just 5 pretty simple steps.  However, here’s some additional things you may want to consider.
  • You may want to change the shortcut icon.  To do that, right click the shutdown icon and select Properties.  Click OK on the first Change Icon dialogue (on left below) then select the icon you want from the ones in the second Change Icon dialogue (on right below).  I usually select the red one in the lower right which I’ve highlighted in the right-hand dialogue below.

image image
 
  • If you also want to add a quick restart option to your Start Screen or desktop, just use the same shutdown shortcut steps only substitute the /r switch for the /s switch, voila, shutdown now becomes the restart command.
So, I hope you’ll find this tip useful – feel free to pass it on.

0 comments:

Post a Comment