$cs.Reg\_SetInteger
Syntax
Section titled “Syntax”$cs.Reg_SetInteger(string registryroot, string regkey, string regvalue, int regdata)
Parameters
Section titled “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
Section titled “Example”$cs.Reg_SetInteger('HKCU','Software\Adobe\Acrobat Reader\DC\AVGeneral','bisFirstLaunch',0)returns nothing