See the document "Loading and Unloading Minifilters":
What controls which instances are created
Flags contains OR-able bit values:
* 0x01 - when set suppress automatic attachment
* 0x02 - when set suppress manual attachment
SupportedFeatures
Offloaded Data Transfers
File System Filter Opt-In Model and Impact to Applications
Filter Manager, starting with Windows 8, allows a filter to
specify offload capability as a supported feature. File system
filters attached to a volume can collectively determine if a
certain offloaded operation is supported or not; if it is not,
the operation fails with an appropriate error code.
A filter must indicate that it supports FSCTL_OFFLOAD_READ and
FSCTL_OFFLOAD_WRITE through a registry DWORD value named
SupportedFeatures, located in the driver service definition in
the registry at HKEY_LOCAL_MACHINE\System\CurrentControlSet\
Services<filter driver name>. This value contains bitfields where the bits determine which functionality is opted-in, and should be set during filter installation.