Hi everyone, this is my first attempt at a WINE contribution. The concept here is straightforward: make the bundled software in WINE visible in the Start Menu (the one you see if you do `wine explorer /desktop=shell,1024x768` or choose the desktop mode option `winecfg`). I expect the potential interaction between this and `winemenubuilder` might be a problem for some users: if you have several WINE prefixes, and if `winemenubuilder` picks up all these shortcuts (it does for me), then you'll end up with those all getting replaced by whichever WINE prefix you used/updated last, which seems unfortunate. I'm wondering if an environment variable, registry entry or `winecfg` item to disable creating these shortcuts would be desirable. I think `wineboot` can be modified to make setupapi skip the `ProfileItems=` directive when doing the “install” of `wine.inf`, that's how that would work. Any thoughts are appreciated… -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10867#note_139454