Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.8 KB

ifilters.md

File metadata and controls

42 lines (28 loc) · 1.8 KB

Filter Handlers for Windows Search

Location:

HKLM\Software\Classes1

Classification:

Criteria Value
Permissions Admin
Security context System
Persistence type Registry
Code type DLL2
Launch type Automatic
Impact Non-destructive
OS Version All OS versions
Dependencies OS only
Toolset Scriptable

Description:

Microsoft Windows Search uses filters to extract the content of items for inclusion in a full-text index. You can extend Windows Search to index new or proprietary file types by writing filters to extract the content, and property handlers to extract the properties of files.

References:

Credits:

See also:

https://twitter.com/0gtweet/status/1468548924600459267

Remarks:

Footnotes

  1. It's more complex. More information can be found at https://docs.microsoft.com/en-us/windows/win32/search/-search-ifilter-registering-filters

  2. COM