A technician is sanitizing a local volume on a Windows 11 workstation after sensitive files were manually deleted. To comply with corporate privacy requirements, the technician must overwrite all unallocated disk space to prevent data recovery from deleted clusters, while preserving all existing active files on the drive. Which of the following commands should the technician execute from an elevated command prompt?
- cipher /w:C:Answer
- Bformat C: /p:1
- Csfc /scannow
- Ddd if=/dev/zero of=/dev/sda
Answer
The command 'cipher /w:C:' should be executed to overwrite all unallocated disk space on the C: drive without altering existing files.
The 'cipher /w:C:' command specifically targets and overwrites unallocated disk space on the specified volume. This permanently removes residual data left behind by deleted files while leaving all current active files untouched.
Step-by-Step Solution
Key Concept
Windows Command-Line Utilities - Cipher /W Wiping Unallocated Space