筛选器中怎么配置:排除指定路径?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
zuimeng086
Posts: 5
Joined: Fri Sep 13, 2024 11:14 pm

筛选器中怎么配置:排除指定路径?

Post by zuimeng086 »

在筛选器中怎么配置:排除指定路径?

比如这些目录的文件名,没有显示必要性:
C:\Windows\Prefetch
C:\Windows\WinSxS
C:\Windows\Temp
%temp%
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: 筛选器中怎么配置:排除指定路径?

Post by void »

How to configure in the filter: exclude specified paths?

For example, the file names of these directories do not show necessity:
C:\Windows\Prefetch
C:\Windows\WinSxS
C:\Windows\Temp
%temp%
To exclude these files from your search:

!c:\windows\prefetch\ !c:\windows\winSxS\ !C:\Windows\Temp\ !C:\Users\*\AppData\Local\Temp\**


! = NOT



To exclude these files from your index:
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Click Add folder...
  • Select C:\Windows\Prefetch and click OK.
  • Click Add folder...
  • Select C:\Windows\WinSxS and click OK.
  • Click Add folder...
  • Select C:\Windows\Temp and click OK.
  • Click Add filter...
  • Set the filter to:
    C:\Users\*\AppData\Local\Temp
    and click OK.
  • Click OK.


要从搜索中排除这些文件:

!c:\windows\prefetch\ !c:\windows\winSxS\ !C:\Windows\Temp\ !C:\Users\*\AppData\Local\Temp\**


!= 不是



要从索引中排除这些文件:
  • 在 Everything 中,从“工具”菜单中单击“选项”。
  • 单击左侧的“排除”选项卡。
  • 单击“添加文件夹...”
  • 选择 C:\Windows\Prefetch 并单击“确定”。
  • 单击“添加文件夹...”
  • 选择 C:\Windows\WinSxS 并单击“确定”。
  • 单击“添加文件夹...”
  • 选择 C:\Windows\Temp 并单击“确定”。
  • 单击“添加过滤器...”
  • 将过滤器设置为:
    C:\Users\*\AppData\Local\Temp
    并单击“确定”。
  • 单击“确定”。
zuimeng086
Posts: 5
Joined: Fri Sep 13, 2024 11:14 pm

Re: 筛选器中怎么配置:排除指定路径?

Post by zuimeng086 »

谢谢
Post Reply