This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Use SCM to monitor individual values in Windows registry keys

Is it possible to configure SCM to monitor individual values in Windows registry keys for data changes instead of monitoring the entire key/subkey? A Windows registry key that we need to monitor contains a few dozen values and we don't want SCM to monitor for every single one of those values in the key.

i.e. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System is the key we're looking in, and I need to know if Value: LocalAccountTokenFilterPolicy has changed, but I don't care if any of the other values in that key have changed. Is this possible? Or do we really need to monitor the entire key?

Any help will be greatly appreciated. Thanks!!!