c# - Assign started application to a specific task bar icon -


at work use lot of browser based applications (sharepoint, jira , many others). of require special browser used (e.g. sharepoint works in internetexplorer, jira in chrome).

=> whole situation (three different browsers, lots of bookmarks) quite unsatisfactory :-)

so decided create tool wraps web links executables:

  • each "launcher" opens specific link
  • each launcher knows browser use
  • each launcher has nice icon identify web application opens
  • the launchers can added start menu easily

now 1 thing isn't should be: when such launcher opens specific browser, browser (obviously) appear new icon on task bar. there way how "group" started browser application under launcher's icon in task bar?

(windows 10)

search taskbar settings on start menu.

go combine taskbar icons dropdown list , select "always combine, remove labels"


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -