JSI Tip 1215. How do I add custom registry settings to the Security Configuration Tool Set?

Jerold Schulman

April 7, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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:


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like