Skip to content

Instantly share code, notes, and snippets.

@suuhm
Created January 26, 2022 12:08
Show Gist options
  • Select an option

  • Save suuhm/03bffbe4743bfaaaff30729bf4c1bf78 to your computer and use it in GitHub Desktop.

Select an option

Save suuhm/03bffbe4743bfaaaff30729bf4c1bf78 to your computer and use it in GitHub Desktop.
Disable windows 8 / 2012 server charms bar
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUi]
"DisableTLCorner"=dword:00000001
"DisableTRCorner"=dword:00000001
"DisableCharmsHint"=dword:00000001
@suuhm
Copy link
Author

suuhm commented Jan 26, 2022

CMD:

Reg.Exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUi" /v DisableCharmsHint /t REG_DWORD /d 1 /f

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