Utility to discover...
 
Notifications
Clear all

Utility to discover recently deleted files on Windows 7

8 Posts
6 Users
0 Reactions
1,617 Views
(@komatsu)
Active Member
Joined: 12 years ago
Posts: 17
Topic starter  

hi does anyone know of a good utility (free or paid) to discover recently deleted files in
Windows?

A user here believes that his spouse may have deleted stuff deliberately on him but he does not know exactly what.


   
Quote
RolfGutmann
(@rolfgutmann)
Noble Member
Joined: 10 years ago
Posts: 1185
 

May just the MBR was destroyed, for rebuild take free minitool partition wizard 9.1, installed go to 'operations' left side bar, there 'Rebuild MBR'. minitool.com also free partition recovery tool.


   
ReplyQuote
keydet89
(@keydet89)
Famed Member
Joined: 21 years ago
Posts: 3568
 

Rolf,

May just the MBR was destroyed,

Can you elaborate on what you mean?


   
ReplyQuote
keydet89
(@keydet89)
Famed Member
Joined: 21 years ago
Posts: 3568
 

does anyone know of a good utility (free or paid) to discover recently deleted files in Windows?

Using FTK Imager, get the $MFT from the system and parse through it, looking for deleted files/folders, and checking the entry last modification date (not the one for the file).

Or, add the C\ volume to FTK Imager as a logical volume, and go through the folder tree, looking for files marked with a red "X".


   
ReplyQuote
(@questnz)
Eminent Member
Joined: 17 years ago
Posts: 34
 

Terribly complicated, MBR, FTK ??? Wow !!
Why you just start with Recuva or similar,
Free Undelete

Paid, R-Studio, Recover My Files, Ontrack Easy Recovery Pro etc.


   
ReplyQuote
RolfGutmann
(@rolfgutmann)
Noble Member
Joined: 10 years ago
Posts: 1185
 

#komatsu Sometimes files are not really deleted but just the Master Boot Record (MBR) was deleted or damaged (unintenionally). E.g. during installation of Win 7 you asked to select the partition to install Win 7, there you can Delete, Format the partitions on the drive(s). If you delete and format it there just deletes the MBR. That is worth checking. Progs like undelete do exactly the same, they just turn the vector flags from green back to red (not allowed to write, just read)


   
ReplyQuote
jaclaz
(@jaclaz)
Illustrious Member
Joined: 18 years ago
Posts: 5133
 

#komatsu Sometimes files are not really deleted but just the Master Boot Record (MBR) was deleted or damaged (unintenionally). E.g. during installation of Win 7 you asked to select the partition to install Win 7, there you can Delete, Format the partitions on the drive(s). If you delete and format it there just deletes the MBR. That is worth checking. Progs like undelete do exactly the same, they just turn the vector flags from green back to red (not allowed to write, just read)

No.

The effect of deleting one or more partition table entry from the MBR is that the corresponding partition(s) or volume(s) will "disappear" and be not mounted automatically and inaccessible normally.

The OP request is not about deleted volumes, it is about deleted files WITHIN a volume.

The "particular" requirement is seemingly about something capable to distinguish between "recently deleted" files and "other deleted files".

Most tools, like the mentioned ones or (as another example) DMDE will scan the volume for deleted files but normally they don't make a distinction between "recently" deleted and "just" deleted.

jaclaz


   
ReplyQuote
joakims
(@joakims)
Estimable Member
Joined: 15 years ago
Posts: 224
 

You did not specify filesystem, but assuming ntfs as that's most common with Windows 7. You could then possibly get some more insight into the history on your filesystem by analyzing $UsnJrnl and $LogFile.

See
https://github.com/jschicht/UsnJrnl2Csv
https://github.com/jschicht/LogFileParser
https://github.com/jschicht/ExtractUsnJrnl

Also worth trying for recovering older fragments of $UsnJrnl
https://github.com/jschicht/UsnJrnlCarver


   
ReplyQuote
Share: