Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 2
    There's a Windows API function to do that called EnumWindows() that has the core functionality required. I know of no existing program to do that, but you could probably write one in your favorite scripting language -- I personally prefer Python, which could certainly do something like this. VisualBasic probably could, too, as well as a number of others.
    – martineau
    Commented Nov 17, 2013 at 11:10