tjackenpacken / taskbar-groups

Lightweight utility for organizing the taskbar through groups
MIT License
2.42k stars 200 forks source link

Get 'correct' shortcut icon w/o shortcut arrow #247

Open gitbot-v-60 opened 1 year ago

gitbot-v-60 commented 1 year ago

Get the 'correct' shortcut icon without the shortcut arrow.

Change to avoid getting a different icon than the one selected on shortcut

For example, try to add "Computer manager" shortcut under

 "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\" 

without this change another icon is added to the app !! :(

PsycheOphis commented 1 year ago

Yes, please. I would also appreciate this feature as I am constantly having to write python codes to open said applications; then use Pyinstaller to make exe files- then a shortcut to said exe file; which seems to get rid of the arrow for whatever reason. I also tried going into the registry and changing the info to do so as well, however, it became confusing when I was actually looking for a shortcut in file explorer as editing it from the registry gets rid of the arrows on all shortcut files so I deleted my update to registry and began the python+pyinstaller method previously stated.

PikeNote commented 1 year ago

Chuck a pull into https://github.com/PikeNote/taskbar-groups-pike-beta/releases and i'll review + merge it. @gitbot-v-60