Page History
...
Much like the Utility function in OpenInsight, the SRP_Registry function provides multiple services which are identified in the Service parameter. The services are:
| Service | Description |
|---|---|
| EXISTS | Determines if a registry key or value exists. |
| LISTVALUES | Lists a key's values. |
| LISTKEYS | Lists a key's sub keys. |
| READ | Reads a value from the registry. |
| READDEF | Reads a value from the registry returning a default value if not found. |
| WRITE | Writes a value to the registry. |
| DELETE | Deletes a key or value from the registry. |
...