NativeServices.RegistrySetUserValues
Method | |
---|---|
Module | NativeServices |
Library | Core |
Action | Sets a registry value for every user under HKU. This will create the value and any key hierarchy required. |
Parameters |
|
| |
| |
| |
| |
Return values |
|
| |
| |
Example | NativeServices.RegistrySetUserValues(Subkey:"test\\test2", Name:"temporaryStringValue", Value:"no need for concern", ValueType:"REG_SZ"); |
Platforms |
|
Notes | Unlike most registry methods, the 8192 limit is not imposed because doing so would leave the system in an inconsistent state (some users would have the value, others not), and in practice it is highly unlikely that any system would have that many users. A REG_BINARY If information is retrieved from the WarningThis method may attempt to call AD to translate a SID to a username. |