jefc
Member
Hello,
Would it be possible to extend the registry access (through CA and PB GUI) to be able to pass some registry options and access rights? This would allow accessing both 32-bit and 64-bit parts of the registry (which is currently documented as impossible) and also choosing if a registry key is volatile or not (default).
This could be exposed in Paquet Builder as follows:
Thanks.
Would it be possible to extend the registry access (through CA and PB GUI) to be able to pass some registry options and access rights? This would allow accessing both 32-bit and 64-bit parts of the registry (which is currently documented as impossible) and also choosing if a registry key is volatile or not (default).
This could be exposed in Paquet Builder as follows:
- An
Access:ComboBox (just like theType:ComboBox) which would listNONE(default),KEY_WOW64_64KEYandKEY_WOW64_32KEYvalues. - A
VolatileCheckBox which would add theREG_OPTION_VOLATILE(when checked) orREG_OPTION_NON_VOLATILE(default, when unchecked).
RegOpenKeyEx calls.Thanks.
Last edited: