Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

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

Parameters

registryroot

Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)

...

Registry value to retrieve (empty string for default value)

Example

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

...