NativeServices.RegistryEnumerateUserValues
Method | RegistryEnumerateUserValues |
---|---|
Module | NativeServices |
Library | Core |
Action | Get all registry values under a given key for every user under HKU. |
Parameters |
All values both directly under this key and all its subkeys are fetched. |
Return values |
|
Example | NativeServices.RegistryEnumerateUserValues(Subkey:"Control Panel\\Accessibility\\MouseKeys"); |
Platforms |
|
Notes | REG_MULTI_SZ values are displayed with a '|' between each string. REG_NONE keys are not supported. There is a limit of 8192 values being returned. This limit applies to all users in total, not per user. This is currently not changeable. If information is retrieved from the Registry values of type WarningThis method may attempt to call AD to translate a SID to a username. |