Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

set application taskbar icon

import ctypes
myappid = 'mycompany.myproduct.subproduct.version' # arbitrary string
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #application #taskbar #icon
ADD COMMENT
Topic
Name
5+3 =