To configure dump creation in the Kaspersky Endpoint Agent application using the command line interface:
cd
command to change to the directory where the agent.exe file is located.For example, you can type 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>
if you want to enable dump creation.Dump creation is enabled for all Kaspersky Endpoint Agent processes that are currently running. Dump files are created in the specified folder.
agent.exe --dump=disable
if you want to disable dump creation.Dump creation is disabled for all Kaspersky Endpoint Agent processes that are currently running.
agent.exe --dump=show
, if you want to view the current state of dump creation and the path to the dump file folder.Values of the following options are displayed: dump.enable
(true
if dump creation is enabled and false
if dump creation is disabled) and dump.folder
(path to the folder).
Return codes of the --dump
command:
--dump=disable
if dump creation is already disabled).