[go: nahoru, domu]

Skip to content

ChGen/DarkEnforcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkEnforcer

Win32 Dark Mode enforcer

For stable use, see Dark titlebars enforcing app

This projects demonstrates forcing native Win32 apps to Dark mode. This requires a lot of work to be stable and universal, so its still a prototype. This is done by combination fo Win32 global hooks, Win32 Controls subclassing and some UXtheme API and also few other things, including undocumented APIs.

For undocumented APIs and structures, credits to: ysc3839/win32-darkmod, rounk-ctrl gist, npp work.

How to try:

  1. Prepare MS VS2022, Windows 11 22H2 amd64.
  2. Open .sln file with Visual Studio, build in Debug mode.
  3. Switch to Windows 11 Dark theme. Note, that standard cleanmgr.exe isn't dark.
  4. Before running DarkEnforcer, save important files, since it will inject dll to all processes and something may crash.
  5. Run DarkEnforcer via Visual Studio (without extra elevation/admin rights). It won't show any window, probably. You will see new running process in Task Manager.
  6. Run standard cleanmgr.exe without extra elevation/admin rights. You should see that it's mostly dark now.
  7. When you finished, kill DarkEnforcer process.

Screenshots for MS Windows 11 22H2 cleanmgr.exe, which doesn't support dark mode out-of-the box and was put in dark by the project:

Origincal disk cleanup Dark disk cleanup

Releases

No releases published

Packages

No packages published