namazso
namazso
> Are you suggesting setting the DPI scale back to 100% may resolve the issue? Not sure about that, but knowing whether scaling is what triggers the condition would be...
Just released 4.0.0 which may or may not fix this.
I think it's more likely you had "Remove DefaultColors" enabled when doing the reinstall. A Windows Update probably restored the key / values earlier, which is what caused the symptoms....
Very weird. It evidently isn't setting DefaultColors because those are most certainly not around on 4.0.0, so it must be from the theme. Could you grab [Procmon](https://learn.microsoft.com/en-us/sysinternals/downloads/procmon), and set up...
Thanks. All I can tell from the procmon capture is that SecureUxTheme is working as intended, no one is reading the signature so it can't have failed. Unfortunately the filters...
I can confirm this is an issue with the theme not working on a specific DPI. UXInit will first test if the currently loaded theme matches the wished plateaus. If...
It’s simple, the “standard” DPI is 96, and the “scaling” in windows is the multiplier to that. You can divide my earlier numbers by 96 and conveniently get exactly the...
I think that will trip WRP
I wonder if calling `IThemeManager2::UpdateColorSettingsForLogonUI(void)` is what should be changing that. It's probably the right replacement for the whole LogonUI color deletion thing too.
Interesting... Can you mail me a crash minidump? It'd make diagnosing easier if I didn't have to repro. You can use ProcDump for this, for example by installing it as...