I am trying to replace an existing registry value (which is a string) by another one.
The following doesn't work, any idea why ?
Thanks
The following doesn't work, any idea why ?
[ autoit ]
RegWrite("KEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}\0001", "UserInit", "REG_SZ", $modifiedValue)
Thanks