In the best-practice malware-removal procedure, at which stage is System Restore re-enabled and a fresh restore point created?
- AAs the first action, taken before the infected host is quarantined from the network.
- BDuring remediation, running in parallel with the scan that removes the detected malware.
- CAfter remediation and scheduled scanning are complete, but before the user is educated. Correct
- DBefore the anti-malware definitions are updated and the removal scan is actually run.
Why A is wrong: Tempting because a clean snapshot sounds prudent early, but creating a restore point before cleaning would just capture the infection.
Why B is wrong: Tempting because both touch the same system, but a point created mid-clean could archive files that are not yet fully removed.
Why C is correct: Correct: restore is re-enabled and a point created only once the system is verified clean, at step six, immediately before educating the user.
Why D is wrong: Tempting because it is late in the flow, but re-enabling restore before remediation risks snapshotting live malware.