up vote 2 down vote favorite
share [g+] share [fb]

Occasionally I use a program that will write some data to a file but I don't know where the file is. Sometimes I'm not even sure of its name. Is there some utility that will quickly list the most recent files placed anywhere on the entire HDD so I can work out what and where the file must have been?

link|improve this question

68% accept rate
feedback

4 Answers

up vote 2 down vote accepted

Alternatively run SysInternals' Process Monitor and you can see exactly what it's doing to the file system, registry, etc real time.

link|improve this answer
Great answer..... – Mick Nov 19 '09 at 7:38
feedback

Windows search has an option to search for files by created date.

So if you set the created date to today and start at c:\ then it will eventually return your file. Obviously if you can narrow down your search location then it will be a lot quicker.

For the new Windows Search the option is there on the main page (on the left):

For the old Search Companion you have to select When was it modified? (on the right):

alt text

alt text

link|improve this answer
Would have been my starting place. – Sarge Nov 18 '09 at 23:14
1  
The original Windows XP search is not exactly fast though is it! – Matthew Lock Nov 19 '09 at 3:35
feedback

Everything is amazing, uses NTFS journaling to be lightning fast.

link|improve this answer
1  
Agreed, fantastic tool. I thought about recommending it for this question as I do for most situations. But it would need to sort all files which would take a long time (don't know how long, but an "are you sure?" warning popped up. If you know regular expressions then maybe, otherwise maybe not. – outsideblasts Nov 19 '09 at 1:30
feedback

Windows Desktop Search might actually be what you're looking for. This works much better than the built in search found in Windows XP.

Hope this works for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.