Relevant area(s)
WinGet CLI
Description of the new feature / enhancement
Winget has a nice --location flag that allows you to (partially) prevents the disorganized mess of installed apps in your Program Files
But the shortcuts in the Start Menu is still the same disorganized mess. And if you ever do any manual changes, they get reset since on each update the shortcuts are recreated.
Thus I'd like winget to add an option to control where the shortcuts are created or move them to the proper place after the installer creates them
Proposed technical implementation details
Add a --location-shortcut flag to create the shortcuts at that location. If this is some unsupported installer functionality, maybe then just move the installer-created shortcuts to the user-defined position?
P.S. (there is a feature request #1045, but that one only deals with desktop shortcuts and at least when it comes to those some winget clients like Uniget already offer this functionality to cleanup. This request is for Start menu shortctus)
Relevant area(s)
WinGet CLI
Description of the new feature / enhancement
Winget has a nice
--locationflag that allows you to (partially) prevents the disorganized mess of installed apps in your Program FilesBut the shortcuts in the Start Menu is still the same disorganized mess. And if you ever do any manual changes, they get reset since on each update the shortcuts are recreated.
Thus I'd like winget to add an option to control where the shortcuts are created or move them to the proper place after the installer creates them
Proposed technical implementation details
Add a
--location-shortcutflag to create the shortcuts at that location. If this is some unsupported installer functionality, maybe then just move the installer-created shortcuts to the user-defined position?P.S. (there is a feature request #1045, but that one only deals with desktop shortcuts and at least when it comes to those some winget clients like Uniget already offer this functionality to cleanup. This request is for Start menu shortctus)