Stop scanning

General discussion related to "Everything".
Post Reply
JosephWebber
Posts: 4
Joined: Fri Jan 11, 2013 10:12 am

Stop scanning

Post by JosephWebber »

Is there a way to stop Everything scanning so that I can carry out a search? Ideally I would like not to update indexes but to force rebuild whenever it is convenient.
therube
Posts: 4599
Joined: Thu Sep 03, 2009 6:48 pm

Re: Stop scanning

Post by therube »

Options | Indexes | NTFS -> Monitor changes, uncheck for the drive(s) you want to manually update.
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

Re: Stop scanning

Post by void »

Another way to have more control over when Everything updates its indexes is to pause monitoring:
If you would like to start Everything without updating the indexes, run Everything.exe with the -monitor-pause command line option.

NTFS, ReFS and folder index monitoring can also be paused from in Everything:
  • In Everything, type in the following search and press ENTER:
    /monitor_pause
To resume monitoring:
  • In Everything, type in the following search and press ENTER:
    /monitor_resume
voidme
Posts: 6
Joined: Sun Sep 27, 2020 9:54 pm

Re: Stop scanning

Post by voidme »

/monitor_pause Will also wipe the search results which are already made.
Is it possible to pause the search (via a command) without wiping the results which are already made?
Maybe a pause button would be nice? ;)
Last edited by voidme on Sat Jan 02, 2021 1:18 am, edited 1 time in total.
NotNull
Posts: 5232
Joined: Wed May 24, 2017 9:22 pm

Re: Stop scanning

Post by NotNull »

voidme wrote: Sat Jan 02, 2021 1:13 am /monitor_pause Will also wipe the search results which are already made.
Is it possible to pause the search (via a command) without wiping the results which are already made?
Yes:
- Press CTRL+N to open a new Everything search window (or Menu:File > New Search Window)
- type /monitor_pause in the address bar of the new window (and press ENTER)
voidme
Posts: 6
Joined: Sun Sep 27, 2020 9:54 pm

Re: Stop scanning

Post by voidme »

Thanks!
Post Reply