krlvm / ContextMenuNormalizer

Normalize context menu highlight color in Windows 10 19H1+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContextMenuNormalizer

In Windows 10 version 1903 Microsoft changed File Explorer immersive context menus highlight color from gray to white, making it very difficult to see.

This little tool runs at startup for a few milliseconds without need in adminstrator rights and patches the color in-memory, returning the look that was from version 1507 to 1809.

It also fixes inconsistent context menu separators on Windows 11.

The distribution which can be downloaded from Releases includes batch files, which can be used for automatic installation and registering for running at startup.

Before: Before

After: After

About

Normalize context menu highlight color in Windows 10 19H1+

License:GNU General Public License v3.0


Languages

Language:C++ 92.8%Language:C 7.2%