Activating and deactivating the HelpDesk account
Activating and deactivating the HelpDesk account
July 4, 2024
ID 73262
To activate or deactivate the HelpDesk account:
- Export the program's general settings to an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control --get-app-settings -f <name of the settings file>
- Open the XML file to edit the settings.
- In the
<helpdesk>
section, specify one of the following values for the <enable
> parameter:1
if you want to activate accounts the HelpDesk account0
if you want to deactivate the HelpDesk account
- Save the changes made.
- Import the program's general settings from an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control --set-app-settings -f <name of the settings file>