Notification when keys/values are updated

  • Thread starter Thread starter leo
  • Start date Start date
L

leo

Is there a way/event/signal which will notify when a key or a value is
added/updated under a particular branch in the registry.

I need to watch for new/old keys/values that gets added or updated
in the registry.

i was thinking of having a service that monitors the particular
branch in the registry that iam interested in.

Appreciate the help.

Thanks
ajay
 
Is there a way/event/signal which will notify when a key or a value is
added/updated under a particular branch in the registry.

I need to watch for new/old keys/values that gets added or updated
in the registry.

i was thinking of having a service that monitors the particular
branch in the registry that iam interested in.

Appreciate the help.

Thanks
ajay


In case you didn't understand RegNotifyChangeKeyValue
http://msdn.microsoft.com/library/d...n-us/sysinfo/base/regnotifychangekeyvalue.asp

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top