-2

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

user3161924
  • 1,849
  • 18
  • 33

1 Answers1

1

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

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770