When PC information is collected, and more specifically, when a hardware audit is performed, an unlimited number of keys from the registry or INI files can also be analysed using the REG/INI custom fields that have been defined.
Below are some examples that will help you define the REG/INI custom fields so the Agents can retrieve these values.
Example of registry values extraction:
![]() | Registry Key | HKEY_LOCAL_MACHINE |
![]() | Sub-Key | SOFTWARE\Nico Mak Computing\WinZip\WinIni |
![]() | Key | SN |
will return the value of the SN key which is found under HKEY_LOCAL_MACHINE\SOFTWARE\Nico Mak Computing\WinZip\WinIni
Example of INI file values extraction:
![]() | INI Files | C:\winnt\win.ini |
![]() | Section | |
![]() | Key | mapi |
will return the value of the "mapi" key that is found in the "mail" Section of file c:\winnt\win.ini