Click or drag to resize

RegistryController Methods

The RegistryController type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRegistrySubKeys
Gets the registry sub key list no authentication.
Public methodStatic memberCode exampleGetRegistryValue
Returns a Registry Value using "OpenRemoteBaseKey". This uses net use for kerberos authentication, rather than WMI. This was created to solve issues pulling REG_BINARY data.
Public methodStatic memberCode exampleGetRegistryValues
Gets the registry value list no authentication.
Public methodStatic memberGetSubKey
Gets the registry sub key.
Public methodStatic memberSetRegistryValue
Sets the registry value.
Top
See Also