NativeServices.RegistryUserValueExists
Method | RegistryUserValueExists |
---|---|
Module | NativeServices |
Library | Core |
Action | For each user under HKU, tests whether a given value exists. |
Parameters |
|
Return values | Exists (boolean): True if the value exists, false if it doesn't.
|
Example | NativeServices.RegistryUserValueExists(Subkey:"Control Panel\\Colors", Name:"Hilight"); |
Platforms |
|
Notes | 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. |