Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python icon on task bar

import ctypes

aumid = u'CompanyName.ProductName.SubProduct.VersionInformation' # must be unicode
# See https://docs.microsoft.com/en-us/windows/win32/shell/appids for information
# And see https://stackoverflow.com/a/1552105/14586140 for why this works
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(aumid)
Comment

PREVIOUS NEXT
Code Example
Python :: pyttsx3 save audio 
Python :: making a return from your views 
Python :: Handling categorical feature 
Python :: filter a pandas dataframe by length of list in a column 
Python :: log loss python 
Python :: python check if list contains value 
Python :: machine learning python 
Python :: np.stack 
Python :: pi in python 
Python :: python dictionary get keys and values 
Python :: how to convert binary to integer in python 
Python :: python download file from ftp 
Python :: pandas add value to excel column and save 
Python :: python count character occurrences 
Python :: python list pop multiple 
Python :: python to float 
Python :: how to add csrf token in python requests 
Python :: convert string to lowercase python 
Python :: flask blueprint 
Python :: install chrome driver python 
Python :: how to print specific part of a dictionary in python 
Python :: python return number of characters in string 
Python :: coloring text in python 
Python :: splitting column values in pandas 
Python :: max value indices 
Python :: counting combinations python 
Python :: python __str__ vs __repr__ 
Python :: only read some columns from csv 
Python :: hashing in python using chaining in python 
Python :: python split string keep delimiter 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =