How to export and import application settings on the command line

The Kaspersky application allows exporting and importing all application settings for troubleshooting, checking settings, or reusing settings on devices of other users. When exporting settings, all application settings (including encrypted connections scan settings, general application settings, and task settings) are saved in a configuration file. You can use this configuration file to import settings into the application.

The application must be launched when settings are imported or exported. After the settings are imported, the application must be restarted.

To export the application settings, execute the following command:

kfl-control --export-settings --file <configuration file path> [--json]

where:

To import the application settings from the file, execute the following command:

kfl-control --import-settings --file <configuration file path> [--json]

where:

When you import application settings from a file, UseKSN is set to Yes.

After application settings are imported, internal task IDs may change. It is recommended to use task names to manage tasks.

Page top