Skip scanning archives with Emsisoft

This commit is contained in:
2Shirt 2021-06-30 18:12:38 -06:00
parent 29dc4694b4
commit 40d5b147b5
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1049,7 +1049,7 @@ def run_emsisoft_cmd_scan():
cmd = [
f'{EMSISOFT_INSTALL_PATH}/a2cmd.exe', '/directdiskaccess',
f'/f={SYSTEMDRIVE}',
'/rootkits', '/memory', '/traces', '/pup', '/archive', '/ntfs', '/delete',
'/rootkits', '/memory', '/traces', '/pup', '/ntfs', '/delete',
f'/log={log_path}',
f'/quarantine={quarantine_path}',
f'/whitelist={whitelist_path}',