winapitaskbarwindows-11

Windows 11 TaskBar API to add or remove icons?


Does Windows 11 have an API or other method to programmably add/remove icons from the taskbar?


Solution

  • The ITaskbarList interface has AddTab() and DeleteTab() methods.