- or download this
process_key_r16a_type ($partition,$mountpoint,"software",
'Microsoft\Windows NT\CurrentVersion'
...
.'\Software\Microsoft\Windows\CurrentVersion'
.'\RunOnceEx'
);
- or download this
process_key_r16a_type ($partition,$mountpoint,"software",
$MS_NT_CUR
...
.'\Software\Microsoft\Windows\CurrentVersion'
.'\RunOnceEx'
);
- or download this
process_key_r16a_type_arefflavour ($partition,$mountpoint,"software",
[ 'Microsoft\Windows NT\CurrentVersion',
...
'\RunOnceEx'
]
);