Link to home
Start Free TrialLog in
Avatar of a1programmer
a1programmerFlag for United States of America

asked on

detect if an app is trying to read the registry

Hi,
   I'm looking for a freeware app that will detech when and if an application is trying to read a value from the registry.  
ASKER CERTIFIED SOLUTION
Avatar of Tolomir
Tolomir
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
http://www.diamondcs.com.au/index.php?page=regprot

Is this what you're looking for?  I know you want read, but dunno if that's something anyone would develop because the registry is accessed so often during a windows session it'd just give you masses of information.

I may be wrong but I think programs like anti-spyware and the like tend to work on registry edits rather than read access because it's a much more reliable way to find potential issues.
Ah, ok, I'm wrong then!  Ignore me!
Avatar of a1programmer

ASKER

Wow, that's it.