diff --git a/scripts/wk/repairs/win.py b/scripts/wk/repairs/win.py index fe1845cc..a5c648f9 100644 --- a/scripts/wk/repairs/win.py +++ b/scripts/wk/repairs/win.py @@ -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'])