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_SetInteger(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 dword to write

Example

$cs.Reg_SetInteger('HKCU','Software\Adobe\Acrobat Reader\DC\AVGeneral','bisFirstLaunch',0)

returns nothing

  • No labels