Registry Watcher C#

后端 未结 4 444
长发绾君心
长发绾君心 2020-11-29 05:05

I\'m a newbie to WMI and I need to implement RegistryValueChangeEvent in a C# service.

I need an event handler that gets triggered each time any one of a set of regi

4条回答
  •  無奈伤痛
    2020-11-29 05:22

    You'll need to utilize WMI for it. See http://msdn.microsoft.com/en-us/library/aa393035.aspx

提交回复
热议问题