Feature Request: Extend registry access

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:

  • An Access: ComboBox (just like the Type: ComboBox) which would list NONE (default), KEY_WOW64_64KEY and KEY_WOW64_32KEY values.
  • A Volatile CheckBox which would add the REG_OPTION_VOLATILE (when checked) or REG_OPTION_NON_VOLATILE (default, when unchecked).

I guess that it would just imply to pass these flags to the underlying RegOpenKeyEx calls.

Thanks.

We’ll check your request. Thanks for the feedback!