I make a wpf application and pin its executable file (WpfApp31.exe) to Windows 10's taskbar. Then when I move my mouse onto the taskbar icon of it, it will show a name WpfApp31, like below picture shown.
What I want to get is to change the taskbar show name to be like a Chinese name "我的应用", while not changing the executable file's name.
How to acheive it?
Thanks!