Please try the
latest nightly build.
Version 1.4.1.1011 adds a -rescan-all command line option.
-reindex doesn't quite work as the HTTP server will cache empty results, forcing clients to reconnect or change the search parameters.
Create a new service with the following command from an command prompt running as an adminstrator:
Code: Select all
sc create "Everything Client Reindex" binpath= "\"C:\Program Files\Everything\Everything.exe\" -client-svc -rescan-all -no-first-instance" start= demand
Note: the space after binpath= and start= is important
Manually start this service when you want to rescan all your folder indexes.
The service will start and exit immediately after sending a command to the normal client service to rescan all indexes.