c++ - Registry and file system change identification -
To know the changes in the registry and file system, there is a coding method in C ++ file after installing the software The changes to the system and the registry file will need to be found.
The file systemvatcher is in c # to recognize file system changes, however, I need to implement both in both Registry and Files in C ++.
You can RegNotifyChangeKeyValue ()
to monitor registry keys Use, see. For files you use ReadDirectoryChangesW ()
, see.
Comments
Post a Comment