barak manos
barak manos

Reputation: 30146

Find files that have recently changed

In Windows 8, given a specific path, how can I find all the files that have recently changed?

It used to be relatively easy in versions prior to Windows 7.

This is as close as I got:

This is not good enough, because I need to find all the files that have changed in the last hour or so.

After performing the sequence described above, the text datemodified:today appears in the edit-box. If I click it, then I can select a specific date or date-range, but this is still not good enough.

I need to specify time, so that it finds all the files that have changed between that point in time and now.

Any help will be highly appreciated.

Upvotes: 0

Views: 424

Answers (1)

Filip Skakun
Filip Skakun

Reputation: 31724

Try something like

datemodified:‎>9/‎30/‎2014 9:30pm

or

datemodified:‎>9/‎30/‎2014 11:28am datemodified:‎<9/‎30/‎2014 11:30am

More switches in the Advanced Query Syntax article.

Upvotes: 1

Related Questions