JSI Tip 1215. How do I add custom registry settings to the Security Configuration Tool Set?
April 7, 1999
While the Security Configuration Tool Set contains many security settings, it may not include some registry entries that you want to set.
You can extend the tool set by using regedt32 to navigate to:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSeCEditRegValues
For each new option that you want displayed under Policies/Security Options, add a subkey that is the registry path to the Value Name you want to set.
Example: If you want to Hide a Server from the Browser, Add Key name:
MACHINESystemCurrentControlSetServicesLanmanServerParametersHidden.
Add three Value Names to this key:
DisplayName - A type REG_SZ entry that contains the text string you want displayed in Policies/Security Options.
DisplayType - A type REG_DWORD entry that lets you select the interface you see when modifying this (Hidden) setting:
ValueType - A type REG_DWORD entry that specifies the Data Type of the (Hidden) entry:
About the Author
You May Also Like