I am having a software which uses some registry value. Everytime I install this application to another machine this application forces many "agree, disagree windows." So it takes too much time ? Is there any application that gives me which application uses which registry value? For example process explorer.exe give filestream usage of applications. Is there any similar app for registry usages .

link|improve this question
feedback

migrated from stackoverflow.com Sep 24 '11 at 23:42

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 3 down vote accepted

You can use Process Monitor, see: http://technet.microsoft.com/en-us/sysinternals/bb896645

Run the program at the same time as Process Monitor is running and then you will be able to see which registery entries are read.

Note some programs refuse to start if a registery monitor is running, guess that they are trying to protect licencing information.

link|improve this answer
feedback

Try Process Monitor.

It shows what Registry keys and values each process is using, among other information.

link|improve this answer
feedback

There is Process Monitor from Sysinternals.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown