Windows 8 and 8.1 Custom Shutdown tiles
Do you want easy access to shutdown, reboot, lock and sleep tiles in Windows 8 Metro view.
Follow this step by step guide to get yours like this.
-
Step 1
You need to download the newest version of OblyTile
You can download it from here.
-
Step 2
When you downloaded OblyTile you can download the tiles from different places and use what ever picture you want.
I’ve downloaded mine from Here
-
Step 3 (Shutdown)
Ok time for the first Tile.
To make the Shutdown tile you have to type.
Program path: C:\Windows\System32\shutdown.exe
Program arguments: -s -t 0
Press the “Hide Tile Name” if you don’t wan’t any text in the tile.
And then select the picture you wan’t for your tile, remember to add both tile Image and small image
the small image is what it shows when seach for an app in metro.
Now select Create tile and it will add the tile to Windows Metro.
-
Step 4 (Reboot)
It is the same as step 3(Shutdown)
Exept you have to select another icon and change the Program argument to: -r -t 0
Program path: C:\Windows\System32\shutdown.exe
Program arguments: -r -t 0
-
Step 5 (Lock)
I think you get how this works by now.
Program Path: C:\Windows\System32\rundll32.exe
Program arguments: user32.dll,LockWorkStation
-
Step 6 (Sleep)
Program Path: c:\Windows\system32\rundll32.exe
Program Argument: powrprof.dll,SetSuspendState 0,1,0
If it goes to Hypernation instead of sleep, you have to disable Hypernation.
Type CMD then right click the Command Prompt app and select ‘Run as administrator’ from the panel at the bottom to open an elevated Command Prompt.
Select ‘Yes’ if a User Account Control warning appears.
In CMD type: powercfg -h off
And hit Enter
This command will disable Hypernation and put the computer to sleep.
-
Step 7
Enjoy you new quick way to either Shutdown, Lock, Reboot og sleep you Windows 8
And lease leave a comment if something dosen’t work or if you like this guide.
/ Paw Pedersen