A technician needs to permanently sanitize deallocated disk space on a workstation's NTFS drive to remove remnants of deleted sensitive files. The operation must preserve all existing files and directories on the volume without reformatting the drive. Which of the following command-line utilities and switches should the technician execute from an elevated Command Prompt?
- cipher /w:C:\SensitiveDataCevap
- Bformat C: /p:1
- Cshred -u -z C:\SensitiveData
- Dsecpol.msc /sanitize:free_space
Cevap
The command `cipher /w:C:\SensitiveData` should be executed to overwrite all deallocated disk space while preserving active files.
Executing `cipher /w:<directory_path>` instructs Windows to overwrite all unused/deallocated space on the volume containing that directory path without affecting allocated active files.
Adım Adım Çözüm
Anahtar Kavram
Windows Command-Line Utilities (cipher.exe)
Tahmini Süre:1m 30s