Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8

In the following article, we will show you some basic tasks to assign the Shutdown, Restart or Sleep function to the Metro interface of Windows 8 Developer Preview ...

TipsMake.com - In the following article, we will show you some basic actions to assign Shutdown, Restart or Sleep function to the Metro interface of Windows 8 Developer Preview. First, click on the Desktop section on the Start screen:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 1Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 1

Then, right-click the Desktop and select New> Shortcut:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 2Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 2

At the next screen, type the command into the box Type the location of the item, then click Next :

shutdown.exe -s -t 00

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 3Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 3

Name this shortcut , the example here is Shut down and click Finish :

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 4Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 4

Our next thing is to change the icon because the shortcut's default icon doesn't look very nice. Right-click the shortcut and select Properties :

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 5Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 5

Select the Shortcut tab on the Properties sheet and click the Change Icon button :

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 6Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 6

When the system displays the notice board as shown below, you click OK to continue:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 7Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 7

On the next screen, select the icon that you feel comfortable and click OK :

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 8Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 8

Click OK again on the Properties screen one more time:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 9Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 9

For stable operation, this shortcut must be copied to another folder on the system, so we will copy to Desktop :

C: ProgramDataMicrosoftWindowsStart MenuPrograms

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 10Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 10

Or copy the above path into the Address bar in the Explorer window. Example as shown below:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 11Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 11

But note that the ProgramData folder is the hidden system directory, if you want to access it here, check the Hidden box at the View tab:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 12Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 12

When saving this shortcut to the system partition, Windows will display the request message panel as shown below, click Continue to continue:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 13Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 13

After that, we will command the Shutdown function on the Start screen:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 14Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 14

If you do not see the Shut down command on the Start screen, use the Search command and then assign it to the Start interface. In case you use the device with the touch screen, move from the right to the left of the screen to open the Start Menu :

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 15Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 15

Or do the same with Metro Start:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 16Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 16

The Search function will display on the right side of the screen, you scroll down and select Apps in the list. Type shut down (or the exact name of the shortcut just created above) in Search Apps section, then press Enter or click the magnifying glass button:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 17Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 17

And when the Shut down shortcut appears on the left side of the screen, right-click and press the Pin button. Then, this Shut down function will appear on the Start screen. If you press Escape , we will return to the Desktop screen:

Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 18Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8 Picture 18

Apply the same method with some other basic functions such as Restart, Lock Workstation, Hibernate, and Sleep , just change the command as shown below:

Restart Computer : shutdown.exe -r -t 00

Lock Workstation : rundll32.exe user32.dll, LockWorkStation

Hibernate Computer : rundll32.exe powrProf.dll, SetSuspendState

Sleep Computer : rundll32.exe powrprof.dll, SetSuspendState 0.1,0

With the Hibernate and Sleep options , make sure that the hardware system on your computer is set up to support this feature. Good luck!

4 ★ | 2 Vote