Versions Compared

Key

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

Syntax

$cs.Reg_CreateKey(string regroot, string regpath)

Parameters

registryroot

Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)

regpath

Registry keypath

Example

Code Block
languagepowershell
$cs.Reg_CreateKey('HKLM','SOFTWARE\7-Zip')

...