NativeServices.RegistryGetUserValues
Method | RegistryGetUserValues |
---|---|
Module | NativeServices |
Library | Core |
Action | Fetch a registry value for every user under HKU. |
Parameters |
|
| |
| |
Return values |
|
| |
| |
| |
| |
Example | NativeServices.RegistryGetUserValues(Subkey:"Console", Name:"FaceName"); |
Platforms |
|
Notes | REG_NONE keys are not supported. REG_MULTI_SZ values are displayed with a '|' between each string. 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 the subkey or registry value name does not exist, then the method will return Success (no content). If searching for the (default) value and it is 'not set', then the method will return Success (no content). Empty values are returned; empty values are not the same as 'not set'. If information is retrieved from the Registry values of type WarningThis method may attempt to call AD to translate a SID to a username. |