User`s guide
8 - 4
To specify keys and values in the RegBackup.exm file, re-create the registry keys as sections and subsections in the tree
structure just as they appear in the registry. The same rules that apply to copying directories apply here in that if you re-cre-
ate a key from the registry, all the key’s values and subkey’s values will be copied unless there are values in the top-level
key.
Only the key or value name is needed in the EXM file and not the associated value data. The EXM file is a structure used to
define the backup file and not the actual registry data.
Mode and Kernel Check
In each Subsection root in the tree, there should be two key-value pairs: Mode and KernelCheck.
If these keys are not present, the defaults will be applied:
Mode = Exclude
KernelCheck = Enabled
Mode
The Mode key specifies export behavior of the values in the section.
1=Include Only the values that follow will be included.
0=Exclude Everything but the values that follow will be included.
KernelCheck
KernelCheck forces kernel version and service pack validation when a previously exported REG file is imported on a
Dolphin terminal. This means that if you attempt to load a _RegBackup.reg file (during AutoInstall, for example), Reg-
Backup.exm verifies that the REG file matches the kernel installed on the terminal. If yes, then the REG file loads. If
not, you’ll receive a warning message and the REG file will not load.
0=Disabled No kernel validation occurs on importing. In general (especially for radio settings), KernelCheck should
be enabled. if the registry does not match the kernel, the terminal will not function properly.
1=Enabled Kernel validation occurs on importing.
These registry values will be
included in the
_RegBackup.reg file.