[Workaround] Windows Taskbar grouping

Since quite a while it’s been bugging me, that Defold does not properly group into the (Windows) Taskbar :sweat_smile:

Opening Defold just launches another process which gets spawned at the end of your taskbar, pinning the running (Editor) process is also not doable by default. I’ve found no information regarding this on the web, an old Forum post already mentioned this - but no solution was found at the time :face_with_peeking_eye:

One quick little workaround approach would be simply editing a Registry Key to achieve “normal” grouping behavior for Defold! Step by step instructions below:
(Please do not make any random changes to your system, verify first what something does!)

Editing the Registry

Registry Path:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileAssociation

Open “regedit” & navigate to the path in the registry. Open the Key named “HostApps”, remove “JAVA.EXE;” & “JAVAW.EXE;” mentions from it, keep everything else as it is! (Also make sure to catch the semi-colon, no double or missings!


Re-log into your Userprofile to finish up! (IMPORTANT) :partying_face: Making a backup of the Key and/or setting the location as a favorite in regedit for future redoing is/could be advised! :hugs:

Pinning Defold:
Try opening up Defold, it should now spawn a seperate process which you can pin - it might look a little off from the beginning, but we’ll get to that! :blush: Simply right click, pin & you’re almost done! :sparkles:
All new instances of Defold will open into this pinned shortcut! :eyes:

Customizing your new Icon

Taskbar Pinned Apps Path:

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

Copy the path & paste it either into your run prompt by pressing Win+R or straight into your explorer.


All your pinned items should be displayed here, find the OpenJDK, right click it - change its icon & name!
(Defold.exe is a viable icon source!)

Re-log into your Userprofile after making changes, restarting explorer may (will) also help (I guess/hope) :face_with_hand_over_mouth:
If it’s not updating your icon, name or whatever, simply try (un)pinning again :see_no_evil_monkey:
Maybe it creates a new icon or accepts your one? :woman_shrugging::joy:
BUT THINK OF RE-LOGGING (RESTARTING EXPLORER)!!
Step Profit :3
Customize it to your liking! :sparkles:
You now have a working Launcher & grouping Editor in your Taskbar!
I’ve tested this (in addition to my main install) on a newly installed VM, with & without Java installed! :sparkling_heart:

4 Likes