How do I disable search_history/run_history.csv?

General discussion related to "Everything".
Post Reply
ynut
Posts: 11
Joined: Thu Jun 24, 2021 6:01 pm

How do I disable search_history/run_history.csv?

Post by ynut »

Hi

Everytime I invoke Everything I see run_history.csv and search_history.csv at the top of the list (I sort by the date) How can I disable them showing up at the top? Can I disable it so that Everything does not create those files?

thanks
void
Developer
Posts: 15404
Joined: Fri Oct 16, 2009 11:31 pm

Re: How do I disable search_history/run_history.csv?

Post by void »

To disable search history and run history:
  • In Everything, from the Tools menu, click Options.
  • Click the History tab on the left.
  • Uncheck Enable search history.
  • Uncheck Enable run history.
  • Click OK.
Consider excluding appdata from your index:
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Click Add Filter....
  • Change the filter to:
    c:\users\*\appdata
  • Click OK.
  • Click OK.
ynut
Posts: 11
Joined: Thu Jun 24, 2021 6:01 pm

Re: How do I disable search_history/run_history.csv?

Post by ynut »

Thanks, those are great solutions.
Post Reply