Monday, 2 February 2009

What registry settings does an application use

If you have a small application that does not run for a long time, so you cannot process explore it, and you want to know what registry setting it uses, then here is a simple way to do it.

Since the registry key is a string, just open up the exe in an editor, and search for what might be a string. Typically you can search for the keyword SOFTWARE\ since the values like HEKY_* are just #defines of sorts.

No comments:

Post a Comment