20.52. registry

Enables to observe and modify the registry. The following subcommands are available.

20.52.1. registry clear

Removes all entries from the registry.

Use: registry clear

20.52.2. registry contains

Returns true if the registry contains a mapping for the specified key.

Use: registry contains key

20.52.3. registry list

Lists all entries in the registry.

Use: registry list

20.52.4. registry put

Adds a new entry to the registry. If the key specified already exists in the registry, it modifies the corresponding entry.

Use: registry put key value

20.52.5. registry remove

Removes a specific entry from the registry.

Use: registry remove key