From: Eugene on
Thanks to All!
The solution appears to be rather simple: minifilter has to register
PFLT_INSTANCE_SETUP_CALLBACK procedure (in the FltRegisterFilter
call) and return STATUS_SUCCESS from it. This ensures that minifilter will
be attached to all volumes.
Eugene.