Fix Emsisoft cmd
Not sure why it worked when testing locally on C: but it lost it's mind when running from E:
This commit is contained in:
parent
93fbd29a1c
commit
5a320658c2
1 changed files with 3 additions and 3 deletions
|
|
@ -1024,9 +1024,9 @@ def run_emsisoft_cmd_scan():
|
|||
f'{EMSISOFT_INSTALL_PATH}/a2cmd.exe', '/directdiskaccess',
|
||||
f'/f={SYSTEMDRIVE}',
|
||||
'/rootkits', '/memory', '/traces', '/pup', '/archive', '/ntfs', '/delete',
|
||||
f'/log="{log_path}"',
|
||||
f'/quarantine="{quarantine_path}"',
|
||||
f'/whitelist="{whitelist_path}"',
|
||||
f'/log={log_path}',
|
||||
f'/quarantine={quarantine_path}',
|
||||
f'/whitelist={whitelist_path}',
|
||||
]
|
||||
if IN_CONEMU:
|
||||
cmd.extend(['-new_console:nb', '-new_console:s33V'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue