How to determine what process a taskbar icon invokes

Phillip Richcreek 870 Reputation points
2026-07-17T04:31:40.4966667+00:00

I have reason to believe that incepting a given taskbar icon does not invoke the process to which I assigned it.

Thanks for your help,

PR

Windows for home | Windows 11 | Security and privacy

Answer accepted by question author

DaveM121 914.5K Reputation points Independent Advisor
2026-07-17T05:13:32.2933333+00:00

If that is a taskbar icon you have created yourself, open File Explorer.

Paste this into the address bar and press Enter:

shell:User Pinned\Taskbar

In the resulting folder, you will find the icons you have pinned to the taskbar.

Right click an icon and select Properties.

On the resulting Properties dialog, in the Target box, you will find the process and any arguments associated to the Taskbar icon.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author

Senthil kumar 1,730 Reputation points
2026-07-17T04:50:51.4466667+00:00

Hi @Phillip Richcreek

Get-StartApps | Select Name, AppID
Name                                                 AppID
----                                                 -----

Thanks.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.