A desktop technician needs to ensure that previously deleted sensitive files on an NTFS volume (drive D:) cannot be recovered using forensic tools. Active files currently stored on drive D: must remain intact and accessible. Which command-line utility and switch combination should the technician execute?
- cipher /w:D:Answer
- Bformat D: /p:2
- Cshred -z -u D:
- Dsfc /scannow /offbootdir=D:\
Answer
The technician should run cipher /w:D: to overwrite unallocated disk space without affecting existing active files.
Running cipher /w:D: causes Windows to overwrite all unallocated space on drive D: with zeroes, ones, and random data. This permanently prevents forensic recovery of deleted files without modifying or removing active files currently stored on the drive.
Step-by-Step Solution
Key Concept
Sanitizing unallocated disk space using the Windows cipher /w command