vote up 2 vote down star

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?

flag

53% accept rate

4 Answers

vote up 2 vote down check

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

link|flag
Great answer..... – Mick Nov 19 at 7:38
vote up 7 vote down

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|flag
Would have been my starting place. – Sarge Nov 18 at 23:14
1  
The original Windows XP search is not exactly fast though is it! – Matthew Lock Nov 19 at 3:35
vote up 1 vote down

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

link|flag
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 at 1:30
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or
never shown

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