and it will return
@RegQueryValue
Queries the Windows registry for a specified value.
Note This function is new in Release 5.0.2.
Syntax
@RegQueryValue( keyName ; subKeyName ; valueName )
Parameters
keyName
String. HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE. The registry key you want to query.
subKeyName
String. The name of the subkey under keyName that you want to query.
valueName
String. The name of the registry value you want to find.
Return value
string
The value associated with the value name specified in the valueName parameter.
Usage