Created
January 26, 2022 12:08
-
-
Save suuhm/03bffbe4743bfaaaff30729bf4c1bf78 to your computer and use it in GitHub Desktop.
Disable windows 8 / 2012 server charms bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUi] | |
| "DisableTLCorner"=dword:00000001 | |
| "DisableTRCorner"=dword:00000001 | |
| "DisableCharmsHint"=dword:00000001 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CMD:
Reg.Exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUi" /v DisableCharmsHint /t REG_DWORD /d 1 /f