Find process for Window on screen - tool like xwininfo but for Microsoft Windows?

Viewed 16

What's a good way to determine which program a particular GUI window belongs to on Microsoft Windows?

On Linux i can use the xwininfo command and then click the window.

1 Answers

Process Explorer has a cross-hair button on the toolbar.

Many other tools can do it including Spy++ and WinSpy.

Related