Read Registry

Kalipso - Form - Actions - Actions Description - Group Others - Read Registry

Reads the Windows Registry.

Action available for the following operating systems:

Parameters

  • Key <string> - The Registry Key that the user wants to read.

  • Target Type <unquoted string> - The Type of the Registry Key readed. The possible values are:

    • 1 - Binary

    • 2 - DWord

    • 3 - DWord Little Endian

    • 4 - DWord Big Endian

    • 5 - String

    • 6 - Expandable String

    • 7 - Multi String

    • 8 - None

  • Target Value <unquoted string> - The control or variable that saves the Registry Key value readed.

  • Multi String Sep. <unquoted string> - The string expression that is used to separate the returned values.

Last updated