Skip scanning archives with Emsisoft
This commit is contained in:
parent
29dc4694b4
commit
40d5b147b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue