[Solved] Changed the icon of an IE shortcut
Published: March 2, 2018 - 09:54
Hello,
I would like to customize the icon of my shortcut with the image icon.png from my package
create_desktop_shortcut(r'Intranet',target=r'C:\Program Files\internet explorer\iexplore.exe',arguments=r'https://intranet/',icon='icon.png')
I would like to customize the icon of my shortcut with the image icon.png from my package
create_desktop_shortcut(r'Intranet',target=r'C:\Program Files\internet explorer\iexplore.exe',arguments=r'https://intranet/',icon='icon.png')