Author: davehull
Subject: Export the result to CSV file
Posted: 14 June 2014 at 4:23pm
From the command line:
Subject: Export the result to CSV file
Posted: 14 June 2014 at 4:23pm
From the command line:
autorunsc -c > filename.csv
If you want to gather all autoruns from all the locations it knows to check, verify signatures and generate hashes:
autoruns -a -v -f -c '*' > filename.csv