Environment
Novell ZENworks Configuration Management 11.2 ZENworks Control Center - ZCC
Situation
a) Exporting a "Default" value from a registry edit action does not create the correct information in the .reg file
The exported file is in a format like this:
[HKEY_CURRENT_USER\software\shaun]
@=Default:thisisdefault
when it should look like this:
[HKEY_CURRENT_USER\software\shaun]
@="thisisdefault"
b) if a default registry value file is imported, it is not created as a Default value, but a string, with the name "Default"
The exported file is in a format like this:
[HKEY_CURRENT_USER\software\shaun]
@=Default:thisisdefault
when it should look like this:
[HKEY_CURRENT_USER\software\shaun]
@="thisisdefault"
b) if a default registry value file is imported, it is not created as a Default value, but a string, with the name "Default"
Resolution
This is fixed in version 11.2.1 - see KB 7010042 "ZENworks Configuration Management 11.2.1 - update information and list of fixes" which can be found at https://support.microfocus.com/kb/doc.php?id=7010042