/
$cs.Reg_GetInteger
$cs.Reg_GetInteger
Syntax
$cs.Reg_GetInteger(string registryroot, string regkey, string regvalue)
Parameters
registryroot
Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)
regkey
Registry keypath
regvalue
Registry value to retrieve (empty string for default value)
Example
$cs.Reg_GetInteger('HKLM', 'SOFTWARE\Microsoft\.NETFramework', 'Enable64Bit')
returns value as int
Related content
$cs.Reg_GetString
$cs.Reg_GetString
More like this
$cs.Reg_GetString
$cs.Reg_GetString
More like this
$cs.Reg_GetExpandString
$cs.Reg_GetExpandString
More like this
$cs.Reg_SetQword
$cs.Reg_SetQword
More like this
Reg_GetIntegerX64
Reg_GetIntegerX64
More like this
Reg_GetIntegerX64
Reg_GetIntegerX64
More like this