Result Omissions settings

Discussion related to "Everything" 1.5.
Post Reply
skribb
Posts: 26
Joined: Thu Mar 20, 2014 11:06 am

Result Omissions settings

Post by skribb »

hi, i was wondering if it is possible to reset "enabel result omissions" upon minimizing everythingsearch,or have it reset upon showing the window again?

my use-case goal is:


sometimes i use "enable result omissions" to see if a file i'm currently looking for is also present on one of my backup disks (to compare sizes and mod.date) .


OR AT LEAST make a hotkey to change that setting without having to use the menus,, because then i can automate it with autohotkey :D :D :D


thanks so much!!!
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Result Omissions settings

Post by void »

Please try setting your default Omit Results setting:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    omit
  • Select: home_omit_results
  • Set the value to: false
  • Click OK.
Result Omissions will be disabled after closing and reopening your Everything window.
skribb
Posts: 26
Joined: Thu Mar 20, 2014 11:06 am

Re: Result Omissions settings

Post by skribb »

void wrote: Sun Apr 27, 2025 1:34 am
Result Omissions will be disabled after closing and reopening your Everything window.

Code: Select all

Set the value to: false

i had to do

Code: Select all

true 
to make it work! but thanks for guidance!! :mrgreen:
Post Reply