Skip to content

$cs.Reg\_GetString

$cs.Reg_GetString(string registryroot, string regkey, string regvalue)

registryroot

Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)

regkey

Registry keypath

regvalue

Registry value to retrieve (empty string for default value)

Terminal window
$filepath=$cs.Reg_GetString("HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\7zFM.exe","")

returns value as string