RegistryWriteOptions Enumeration | regdiff Code Documentation |
Available options when exporting a RegKeyEntry tree back to the registry
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Recursive | 1 | Export the data recursively. If omitted, export only the top level keys | |
AllAccessForEveryone | 2 | 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