NativeServices.RegistryEnumerateUserKeys
Method | |
---|---|
Module | NativeServices |
Library | Core |
Action | Enumerate the subkeys under a registry key for each user in the HKEY_USERS hive. |
Parameters |
|
Return values | If If If Otherwise the results issued will have these columns:
|
Example | NativeServices.RegistryEnumerateUserKeys(Subkey:"software\\vendor", Recursive:true); |
Platforms |
|
Notes | REG_MULTI_SZ values are displayed with a '|' between each string. There is a limit of 8192 subkeys being returned (including the key itself for each user, if it exists). This limit applies to all users in total, not per user. This is currently not changeable. WarningThis method may attempt to call AD to translate a SID to a username. The supplied key will appear in the results if it exists, regardless of whether or not it has child keys. |