Is it possible to list all the applications on a machine that can open a specific file type, using only the files extension? for example if I have a text file (.txt), I want a list of all applications that can open .txt files.

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Check out the HKEY_CLASSES_ROOT hive in your registry. It's all in there.

link|improve this answer
feedback

There is no master list of every application that can open a specific file that I am aware of.

link|improve this answer
feedback

I am assuming you are talking about Windows machines...

You can only go so far as listing the applications that are registered has to able of handling a specific file extension (the same applications that show up when you right click and select "Open With"). This is somewhere in the Windows Registry.

I would suggest you to check on the microsoft documentation, or open your registry and start searching for known extensions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.