[python-win32] How do I change the executable/process name to un-group taskbar icons?

Werner wernerfbd at gmx.ch
Tue Sep 16 08:18:22 CEST 2014


Hi Nathan,

On 9/16/2014 3:17, Nathan McCorkle wrote:
> I've been writing GUIs with wxPython for a while now, and am trying to
> figure out now how to get each program not to group into a generic
> 'pythonw' taskbar icon.
>
> I found this API, but it doesn't work on my version of Windows XP:
> SetCurrentProcessExplicitAppUserModelID
>
> Is there some other method to change things?
Hhm, not sure but I think using wx.App.SetAppName should do that.

Werner



More information about the python-win32 mailing list