Skip to content

Instantly share code, notes, and snippets.

@PyroGenesis
Last active July 20, 2026 07:29
Show Gist options
  • Select an option

  • Save PyroGenesis/e3f2d59b636f03653b64e07ba4e1e8aa to your computer and use it in GitHub Desktop.

Select an option

Save PyroGenesis/e3f2d59b636f03653b64e07ba4e1e8aa to your computer and use it in GitHub Desktop.
Enable Windows Dark Mode via registry (no activation needed)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000
"SystemUsesLightTheme"=dword:00000000
@sanyaerman-dev

Copy link
Copy Markdown

It works after a restart on Windows 11. Thanks!

you can just restart explorer

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