EC-Council: Computer Hacking Forensic Investigator(CHFI-V10) |
||||
Module 17 : Special Topics & Out of syllabus |
||||
Questions available : 3 |
You are not logged in. Please Login for track your learning progress |
|||
Go to Question No. |
Question No 0
If you want to share the link of this question, please click here to "Copy Question Link" and share that generated link. Link from URL may change in future.
Comunity Comments:

Opted Answer: D
If a malicious insider deleted the INFO2 file, the files in the Recycle Bin would not show up, but they are still present unless they were permanently deleted or overwritten.
The command attrib -s -h recycler is used to remove the system and hidden attributes from the Recycler (or $Recycle.Bin) folder so that you can access it and inspect its contents, including possibly recovering the deleted files using forensic tools.

Opted Answer: B
Rebooting Windows will trigger the recreation of INFO2 file in recycled folder. See question 8 in this sectionPradeep Thomas on 18/04/2025
INFO2 file deleted from its location. So attrib -s -h will not help. If we restart the windows, new INFO2 file will be created. Will previously deleted file details be available in the new INFO2 file? I think it will not be.