Help With Registry Auditing

  • Thread starter Thread starter Ed Rauscher
  • Start date Start date
E

Ed Rauscher

I'm trying to automate my companys security standards for our servers, and
don't want to use Group Policy. Does anyone know a way I can enable Registry
Auditing on registry keys? I know this can be done through Winbatch, but
would prefer a VB method.

- Ed
 
I believe Registrykey.OpenRemoteBaseKey is only used to open the registry on
remote machines, and not to audit the actual keys.
 
Back
Top