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 Version History

« Previous Version 2 Current »

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

  • No labels