To configure creation of dump files in Kaspersky Endpoint Agent using the command line interface:
cd
command, navigate to the folder where the Agent.exe file is located.For example, you can type the following command cd "C:\Program Files (x86)\Kaspersky Lab\Endpoint Agent\"
and press ENTER.
agent.exe --dump=enable --folder <path to the folder where you want to create dump files>
to enable creation of dump files.Creation of dump files will be enabled for all Kaspersky Endpoint Agent processes that are currently running. Dump files will be created in the folder you specified.
agent.exe --dump=disable
to disable dump creation.Creation of dump files will be disabled for all Kaspersky Endpoint Agent processes that are currently running.
agent.exe --dump=show
to view the current dump creation status and the path to the folder with the dump files.The values of the dump.enable
(true
, if creation of dump files is enabled or false
, if creation of dump files is disabled) and dump.folder
(path to the folder) settings are displayed.
Return codes of the --dump
command:
--dump=disable
command, if creation of dumps is already disabled).