Skip to content

Instantly share code, notes, and snippets.

@PyroGenesis
Last active June 5, 2025 07:38
Show Gist options
  • Save PyroGenesis/e3f2d59b636f03653b64e07ba4e1e8aa to your computer and use it in GitHub Desktop.
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
@BC100Dev
Copy link

BC100Dev commented May 5, 2025

Considering that they promoted a website, I won't say the website to avoid being nuked by the ToS, I will also investigate that website personally to see, what things lie beneath, and possibly get that website shut down.

@circuit1465
Copy link

Tysm! works really well and easy

@Osara001
Copy link

It works, however the google chrome still has light theme though set as system default. How can I get dark mode system wide?

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