NativeServices.RegistryUserKeyExists
Method | RegistryUserKeyExists |
---|---|
Module | NativeServices |
Library | Core |
Action | For each user under HKU, tests whether a given key exists. |
Parameters |
|
Return values | For each user:
|
Example | NativeServices.RegistryUserKeyExists(Subkey:"Control Panel\\Colors"); |
Platforms |
|
Notes | The following statement is a useful way to correlate any user account with its SID on a device. NativeServices.RegistryUserKeyExists(Subkey:""); 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 WarningThis method may attempt to call AD to translate a SID to a username. |