RegistryWriteOptions Enumeration

tikumo.regis3

RegistryWriteOptions Enumeration regdiff Code Documentation
Available options when exporting a RegKeyEntry tree back to the registry

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

[FlagsAttribute]
public enum RegistryWriteOptions
[FlagsAttribute]
public enum RegistryWriteOptions
Members

  Member nameValueDescription
Recursive1 Export the data recursively. If omitted, export only the top level keys
AllAccessForEveryone2 Grant all access to everyone. I know I am lazy and one of these days hackers will probably take me down, but it is a lot easier this way ;)
See Also