The information in this article applies to:
IMPORTANT: This article contains information about editing the registry.Before you edit the registry, make sure you understand how to restore it ifa problem occurs. For information about how to do this, view the "Restoringthe Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe. SYMPTOMSThe Resource Kit for Windows 95 and the Platform SDK document how to create custom .ADM files that can be used with the System Policy Editor (POLEDIT.EXE) under the Windows 95 and Windows NT platforms. This documentation refers to the ADDITIVE keyword that you can use to add values to the System Registry via a list box entry in the Policy Editor. The ADDITIVE keyword is documented as follows: ADDITIVEWhen you use the ADDITIVE keyword in a custom .ADM file in Windows NT 4.0, it does not add values to the target registry entry. Instead it replaces all the old values with the new value specified in the list box entry. In addition, even if no changes are made, any binary data type in the registry key is replaced by a string data type. RESOLUTIONDo not use the ADDITIVE keyword while creating custom .ADM files to be used by the Policy Editor. STATUSMicrosoft has confirmed this to be a bug in the System Policy Editor (POLEDIT.EXE) component of the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONBelow is a sample TEST.ADM file that reproduces the problem with the ADDITIVE keyword. This .ADM file will modify the following key in the Registry:
The existing value for this registry key is probably "lsass.exe" or
"lsass.exe spoolss.exe". When the following .ADM file is used with the
System Policy Editor, it allows the user to append any string, say
"TEST.EXE" to the existing value. The final value for this registry key
should then be "lsass.exe TEST.EXE" or "lsass.exe spoolss.exe TEST.EXE"
depending on what the value was before the modification.
Steps to Reproduce the Problem
REFERENCESThe Template file format for .ADM files is documented in the following places:
Additional query words: poledit winnt
Keywords : kbprg kbKernBase kbRegistry kbDSupport kbGrpKernBase |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |