Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arebee/10425801 to your computer and use it in GitHub Desktop.
Save arebee/10425801 to your computer and use it in GitHub Desktop.
@REM From http://www.windowsobserver.com/2014/04/10/add-the-missing-power-icon-on-your-surface-for-windows-8-1-update/
@REM Show power button on Start Screen
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher /v Launcher_ShowPowerButtonOnStartScreen /t REG_DWORD /d 1
@REM Hide power button on Start Screen
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher /v Launcher_ShowPowerButtonOnStartScreen /t REG_DWORD /d 0
@arebee
Copy link
Author

arebee commented Apr 10, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment