Found a bug in "Everything"? report it here
-
shingu
- Posts: 2
- Joined: Sun Nov 07, 2021 12:24 pm
Post
by shingu »
The command is:
Code: Select all
C:\Program Files\Everything>es.exe -sort dc -n 10
It took about 30 seconds to run.
-
void
- Developer
- Posts: 16680
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
Please enable date created indexing:
- In Everything, from the Tools menu, click Options.
- Click the Indexes tab on the left.
- Check Date created indexing.
(requires an additional 8 bytes per file)
- Check Fast date created sort.
(requires an additional 8 bytes per file)
- Click OK.
Searching for Date Created should now be instant.
Sorting by Date Created should now be instant and persistent.
-
shingu
- Posts: 2
- Joined: Sun Nov 07, 2021 12:24 pm
Post
by shingu »
Thanks! It's effective.