ReadRegistry
ReadRegistry
Reads a value out of the Windows registry.
Properties
Hive
Type: Microsoft.Win32.RegistryHive
Specifies the registry hive to be searched. Defaults to 'LocalMachine'.
RegistryKey
Type: System.String
Specifies the key in the registry to be searched.
RegistryValue
Type: System.String
Specifies the value in the registry to be read.
Output
Type: System.String
Contains the data of the Registry value. This is a read-only output parameter.
Add Comment