The right executable, on games where the store names the wrong one
Satisfactory (Epic) was being set up on a bootstrapper: the launcher names FactoryGameEGS.exe in the install root, while the real game is Engine\Binaries\Win64\FactoryGameEGS-Win64-Shipping.exe (#29). ReShade would have gone next to the wrong exe, and the Game exe picker was empty.
Two causes, both fixed:
- The exe finder skipped the entire
Enginetree — it is normally full of helper exes — so Satisfactory's shipping exe was never even a candidate.Engine\Binaries\Win64is now scanned. - Clicking a game card handed over the store's own launch exe whenever the store named one, which skipped the ranking altogether. A click now passes the folder, so every candidate is ranked (an Unreal
-Shipping.exealways wins) and the Game exe picker lists the alternatives. The store's exe remains the fallback when no executable is found in the folder.
If a game was already set up on the wrong exe, run Remove on that path first, then install again from the card.