krn.REGetRegValues

This job returns all values for a specified registry key and optionally additionally the values of all subordinate registry keys.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

0 = returns only the values for the specified registry key
1 = additionally recursively returns the values of all subordinate registry keys

Path

STRING

Yes

Name of the registry key, e.g. Services\Fulltext

2. Output Parameters

Name Type Dependency Description

Values

STRING

Tree of the requested registry keys with their values

3. Return Value

(INT): 0 = Job successful, otherwise error code.