RegistryReadKey


 

RegistryReadKey>root_key,key,entry,result_variable

 

Not supported in Macro Scheduler Lite.

 

Reads the value of an entry from the registry.  The value is stored in the given variable.

 

To access the 64 bit registry hive set REG_64 to 1.  Default is 0.

 

Use all registry functions with caution.  If you are unfamiliar with the Windows Registry we recommend that you do not use these functions.  Removing or modifying a registry entry that you did not create could cause your system to become unstable.

 

Abbreviation : RRK

See also: RegistryDelKey, RegistryDelVal, RegistryWriteKey, RegistryEnumKeys, RegistryEnumVals

 

Example

 

RegistryReadKey>HKEY_CURRENT_USER,Control Panel\Colors,ActiveTitle,VActTitle

Message>VActTitle