https://bugs.winehq.org/show_bug.cgi?id=5382
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #28 from Zebediah Figura z.figura12@gmail.com --- We have multiple mechanisms by which Windows programs can run on prefix startup, which are present on Windows as well. In particular there is the HKLM\Software\Microsoft\Windows\CurrentVersion\Run key (or RunOnce?). Ideally such a tool should use that rather than having to invent a new hook. That *may* require that it be written as a PE executable, or bootstrapped with one.