This sounds very much like a timing related issue to me. Probably, there is a race condition between calling SetCurrentProcessExplicitAppUserModelID and the taskbar deciding icon grouping. If the call happens before the taskbar decides, it groups according to its internal heuristics, if not it groups by uid.
|