Windows registry: changing showed program icon (taskbar and top left corner)

0

0

I'm making a script to open .sh files with bash.exe and wsl.exe. the keys I'm editing are [HKEY_CLASSES_ROOT\Applications\wsl.exe] and [HKEY_CLASSES_ROOT\Applications\bash.exe];

I wanted to change the icon the program shows when opened (both in the taskbar and in the top left corner of the application); DefaultIcon only changes the icon of the associated files, while TaskbarGroupIcon doesn't seem to do anything

Alex Sim

Posted 2017-11-05T11:04:41.473

Reputation: 271

If you run Ubuntu.exe or OpenSUSE.exe, the command prompt window and taskbar show the distro icon. – Biswapriyo – 2017-11-05T12:05:54.397

@Biswa i know, but that was not my intention, my script adds file association (and file drag-over) to .sh scripts, and needs bash.exe and wsl.exe, as they are present for all WSL users – Alex Sim – 2017-11-05T12:44:41.200

No answers