Command line parameters

ESET SysInspector supports generating reports using from command line using these parameters:

 

/gen

generate a log directly from the command line without running the GUI

/privacy

generate a log excluding sensitive information

/zip

store the resulting log directly on the disk in a compressed file

/silent

suppress the display of the log generation progress bar

/help, /?

display information about the command line parameters

 

Examples

 

To load a specific log directly in the browser, use: SysInspector.exe "c:\clientlog.xml"

To generate a log to a current location, use: SysInspector.exe /gen

To generate a log to a specific folder, use: SysInspector.exe /gen="c:\folder\"

To generate a log to a specific file/location, use: SysInspector.exe /gen="c:\folder\mynewlog.xml"

To generate a log excluding sensitive information directly in a compressed file, use: SysInspector.exe /gen="c:\mynewlog.zip" /privacy /zip

To compare two logs, use: SysInspector.exe "current.xml" "original.xml"

 

NOTE: If the name of the file/folder contains a gap, then should be taken into inverted commas.