Is there an app that can watch the registry?
-
I have an application that *should* run in win2k, but it doesn't; It runs just fine in win9x. I suspect that it sets an entry in the registry and that it reads that entry every time it starts up. Is there a way to watch the registry for "reads" and "writes"? An app would be nice, if someone could point me to some C++ code, I can also write an app to hook into the system DLL's to watch. All help is greatly appreciated. :) .dave. David Hisel -- http://www.hisel.com/
-
I have an application that *should* run in win2k, but it doesn't; It runs just fine in win9x. I suspect that it sets an entry in the registry and that it reads that entry every time it starts up. Is there a way to watch the registry for "reads" and "writes"? An app would be nice, if someone could point me to some C++ code, I can also write an app to hook into the system DLL's to watch. All help is greatly appreciated. :) .dave. David Hisel -- http://www.hisel.com/
http://www.sysinternals.com They have a lot of cool utilities. The one you want is regmon. Todd Smith
-
http://www.sysinternals.com They have a lot of cool utilities. The one you want is regmon. Todd Smith
Thanks Todd! :) David Hisel -- http://www.hisel.com/
-
I have an application that *should* run in win2k, but it doesn't; It runs just fine in win9x. I suspect that it sets an entry in the registry and that it reads that entry every time it starts up. Is there a way to watch the registry for "reads" and "writes"? An app would be nice, if someone could point me to some C++ code, I can also write an app to hook into the system DLL's to watch. All help is greatly appreciated. :) .dave. David Hisel -- http://www.hisel.com/