Enabling and disabling the Anti-Virus engine
Enabling and disabling the Anti-Virus engine
January 24, 2025
ID 62603
You can enable or disable the Anti-Virus engine. The Anti-Virus module is enabled by default.
To enable or disable Anti-Virus engine:
- Export the
ScanLogic
task settings to an XML file using the command:# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
ScanLogic taskID> -f <
name of the settings file>
or--get-settings ScanLogic -n -f <
name of the settings file>
- Open the XML file of the
ScanLogic
task to edit the task settings. - In the
<avSettings>
section, specify one of the following values for the<enableAvScan>
setting:1
, to enable the Anti-Virus engine;0
, to disable the Anti-Virus engine.
By default, the value is set to
1
. - Save the changes made.
- Import the ScanLogic task settings from an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <ScanLogic task ID> -f <settings file name>
or--set-settings ScanLogic -n -f <settings file name>