/
$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