%SystemRoot%\System32\Config
. reg add "HKEY_CLASSES_ROOT\path\to\key" /t REG_SZ /ve /d "The value inserted"
regQuery.bat
: it can be used in cmd.exe to query a specific value under a given key. advapi32.dll
. saveSetting
, getSetting
and deleteSetting
allow to persist values in the registry under the key HKEY_CURRENT_USER\Software\VB and VBA Program Settings
. /proc/registry
. regini.exe
is the registry initializer. xp_regread
that allows to read the registry.