https://bugs.winehq.org/show_bug.cgi?id=5382
--- Comment #30 from Bamm Gabriana bammgabriana@gmail.com --- (In reply to Zebediah Figura from comment #28)
In particular there is the HKLM\Software\Microsoft\Windows\CurrentVersion\Run key (or RunOnce?).
I realize that writing it in the Run section of the registry is not what I need, for two reasons:
1. There is no way to know in advance where all the wine prefixes are.
2. My script writes colors to the registry. If I can write to the Run section, then I can just the colors directly.
In fact, that is already what I do: I write the colors to $HOME/.wine, but it does not affect apps in custom prefixes.
What I need is something that is run by wineboot independent of which prefix it is run on. Thus I need a nix approach, not a win approach, because the latter would only affect the prefix it is run on.