can I set the AppUserModelID of an arbitrary process launched through a jumplist?
问题 I have a simple console application written in C++ that acts as a stub for launching another application through it's jumplist. Purpose is to add jumplist abilities to applications that do not support this. Call it stub.exe. When running stub.exe it creates a custom jumplist using these steps (taken right form the MS samples): create an ICustomDestinationList ICustomDestinationList::BeginList() create an IObjectCollection for_each item_to_add create an IShellLink, set its path/arguments/title