RegCurrentUserList

Function:

Fetches the list of registry Keys and Values within HKEY_CURRENT_USER.

Syntax:

RegCurrentUserList <Location>

Example:

RegCurrentUserList "Software\TransSoft Ltd"

Notes:

List of keys and Values is saved in a array of variables:
Variable RegNumKeynames contains the number of keys at <Location>.
Variable RegNumValuenames contains the number of Values at <Location>
Variables RegKeyNames_1 through RegKeyNames_<RegNumKeyNames> contain the names of the keys.
Variables RegValueNames_1 through RegValueNames_<RegNumValueNames> contain the names of the Value keys.