WeMod Desktop App Flashing / Jittery / Flickering / Stuttering: Temp and Long-Term Fix(es)

Hi All!

After experiencing this, it driving me nuts, and searching for hours for a long-term solution, I finally found one that works and thought I’d share here for all.

  1. The “–disable-gpu” target for WeMod app shortcut, suggested in many similar posts, often resolves the issue. However, it seems to get reset/erased when the app updates.

  2. For a broader-reaching, longer-term solution, the (or at least a) root issue appears to be Microsoft Windows ‘MPO’ misbehaving, not necessarily a Nvidia or AMD GPU issue, as often suggested in various forums. For me, this flickering was also happening with two other desktop apps/programs, and this solution instantly fixed them all for me.

It’s from this random 3-year-old Reddit post, which contains a Nvidia link from their support, as well as the instructions to DIY the 30-second regedit addition to fix this (I chose to directly add the entry myself).

Updating this post to include the regedit entry to add here, in case something happens with that post/link:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm, create DWORD OverlayTestMode with value 00000005 (seven 0’s), then restart your computer.

To reverse this, in case it doesn’t resolve the issue or causes others for you, simply delete that regedit entry and restart your computer.

I hope this helps all who end up here who are having this issue(s). :smiling_face:

Circling back to this, with a hopefully meaningful update/additional potential fix (system-wide), months later:

While disabling MPO does fix these issues for many computers, as I was recently reminded when I accidently erased the above regedit and instantly had poor game performance and graphic/visual problems again with some (Windows) desktop apps (steam app, select chromium-browser video playback, discord and Wemod to name a few), I recently happened upon another related potential solution - without disabling MPO.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Dwm
Add a DWORD-32 bit named OverlayMinFPS with a value of 0 (0x00000000), and restart your computer.

I removed both the ‘-disable-gpu’ and MPO ‘OverlayTestMode’ from above to test this out, and it instantly fixed all this, system-wide; this time without disabling MPO system-wide. Full credit to the May 10th, 2025 poster, here, for this tip & detailed explanation! It should work on both Windows 10 and 11!

If you’re having any of these issues, I can’t recommend trying this enough. If you’ve landed here, I hope this helps!

Official Microsoft support page for this HKEY entry.

Additional Breakdown of this.

*edited for spelling, grammar, and clarification.