Command line parameters
ESET SysInspector supports generating reports from the command line using these parameters:
/gen |
generate log directly from the command line without running GUI |
/privacy |
generate log with sensitive information omitted |
/zip |
save outcome log in compressed zip archive |
/silent |
suppress progress window when generating log from the command line |
/blank |
launch ESET SysInspector without generating/loading log |
Example Usage: To load specific log directly into the browser, use: SysInspector.exe .\clientlog.xml To generate log from the command line, use: SysInspector.exe /gen=.\mynewlog.xml To generate log excluding sensitive information directly in a compressed file, use: SysInspector.exe /gen=.\mynewlog.zip /privacy /zip To compare two log files and browse differences, use: SysInspector.exe new.xml old.xml |
Note If the name of the file/folder contains a gap, then should be taken into inverted commas. |