Skip to content

Instantly share code, notes, and snippets.

@PyroGenesis
Last active November 13, 2024 20:19
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
@PyroGenesis
Copy link
Author

It's regedit.exe not regedit.msc.
.msc files are Microsoft Managment Console files.

Edited, thanks.

@DarkCorpseX
Copy link

Just as a confirmation, it works! :D

@maorgur
Copy link

maorgur commented Oct 10, 2024

Works Great!

@imRxqe
Copy link

imRxqe commented Oct 18, 2024

NIce:D

@BC100Dev
Copy link

Might aswell adapt for a project

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