Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

$cs.Reg_SetDword(string registryroot, string regkey, string regvalue, int regdata)

Parameters

registryroot

Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)

...

regdata

Registry dword to write

Example

Code Block
languagepowershell
$cs.Reg_SetDword('HKCU','Software\Adobe\Acrobat Reader\DC\AVGeneral','bisFirstLaunch',0)

...