Configuring the display of advanced policy properties for the Protection Server
September 5, 2024
ID 82724
By default, the Protection Server Policy Wizard and the Protection Server policy properties do not display the SVM advanced settings.
If you want to configure additional SVM operation settings using Kaspersky Security Center Administration Console, you first need to create the AdvancedUI
key of the REG_DWORD type and set this key to 1
in the following operating system registry branch on the device, where Kaspersky Security Center Administration Console is installed:
- HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\Components\34\Products\SVM\<version>\Settings\ (for 32-bit operating systems).
- HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KasperskyLab\Components\34\Products\SVM\<version>\Settings\ (for 64-bit operating systems).
where <version> refers to the number of the installed version of Kaspersky Security in X.X.X.X format.
If you want to configure additional SVM operation settings using the Web Console, create the AdvancedPluginSettings.json file in the following folder:
- <Kaspersky Security Center Web Console installation folder>\server\plugins\SVM_<version> – for the devices with the Windows operating system.
- <Kaspersky Security Center Web Console installation folder>/server/plugins/SVM_<version> – for the devices with the Linux operating system.
where <version> refers to the number of the installed version of Kaspersky Security in X_X_X_X format.
The structure and parameters of the AdvancedPluginSettings.json file can be viewed in the template file named ~AdvancedPluginSettings.json, located in the same folder.
The AdvancedPluginSettings.json file must contain the AdvancedUI
parameter with the 1
value:
{
"AdvancedUI" : 1
}
After the file is created or saved, reopen the Protection Server policy in the Web Console.