How to hide Win8.1 Update power button

  
At the Build2014 Developer Conference, Microsoft brought a new Win8.1 Update platform for the Win8.1 platform, especially for the start screen to bring the power button. But Microsoft's intimate reminder is not the dish for all users. For example, the Surface Pro tablet does not have this power button, and ordinary desktop users do not need this power button.
Therefore, the registry is also used for all Win8.1 users. Tips: Hide/turn on the Win8.1 Update power button.
How to operate it, the specific reference can be found below ——
1, because we need to register the Win8.1 registry "moving knife", you must back up the current registry in advance, for example, Rubik's Cube Cleanup Master (Click here to download) provides the "Backup Registry" function.

2, after backing up the registry, we only need to open two notebooks, record the following two contents:
• “Hide power button";
Windows Registry Editor Version 5.00
////Hide Win8.1 Update Start Screen Power Button
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionImmersiveShellLauncher]
"Launcher_ShowPowerButtonOnStartScreen"=dword:00000000
• “Restore Power Button 
Windows Registry Editor Version 5.00
//Recover Win8.1 Update Start Screen Power Button
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionImmersiveShellLauncher]
"Launcher_ShowPowerButtonOnStartScreen"=dword:00000001
Save the above two notebooks as hidden power button .reg, Restore the power button .reg.
Reminder: Pay attention to the suffix format of the document, that is, txt is corrected to reg, refer to the following figure

3, traditional desktop users: If you need to hide the Win8.1 Update power button, then just run the hidden power button .reg, import the current system registry, then log out of the current system or restart the resource manager, it will take effect.

At this time, we successfully concealed the power button of "Unsightly".

4. Tablet PC users: If you use the touch screen operation and need to use the Win8.1 Update power button, you only need to run the hidden power button .reg to import the current system registry.

Then log out of the current system or restart the resource manager to take effect (refer to the figure below).


Copyright © Windows knowledge All Rights Reserved