/
$cs.Reg_SetQword
$cs.Reg_SetQword
Syntax
$cs.Reg_SetQword(string registryroot, string regkey, string regvalue, int regdata)
Parameters
registryroot
Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)
regkey
Registry keypath
regvalue
Registry value (will be created if not existing)
regdata
Registry string value to write
Example
$cs.Reg_SetQword("HKLM","SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","First Counter" 5)
returns nothing
, multiple selections available,
Related content
$cs.Reg_SetExpandString
$cs.Reg_SetExpandString
More like this
$cs.Reg_SetExpandString
$cs.Reg_SetExpandString
More like this
$cs.Reg_SetDword
$cs.Reg_SetDword
More like this
$cs.Reg_SetDword
$cs.Reg_SetDword
More like this
$cs.Reg_SetInteger
$cs.Reg_SetInteger
More like this
$cs.Reg_SetInteger
$cs.Reg_SetInteger
More like this