Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

<dllobject>.Reg_CreateKey(string regroot, string regpath)

Parameters

registryroot

Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)

regpath

Registry keypath

Example

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

returns nothing

  • No labels