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 | ||
---|---|---|
| ||
$cs.Reg_SetDword('HKCU','Software\Adobe\Acrobat Reader\DC\AVGeneral','bisFirstLaunch',0) |
...