Checked version of filter manager

Hi all,

How to activate checked version of filter manager and its use?

For my minifilter, i am using checked build environment, does this activates checked version of Filter Manager ? If yes, how to use it for finding out any references left on contexts ??

Thanks in advance
Mahesh

try !filter.help in windbg

wrote in message news:xxxxx@ntfsd…
> Hi all,
>
> How to activate checked version of filter manager and its use?
>
> For my minifilter, i am using checked build environment, does this
> activates checked version of Filter Manager ? If yes, how to use it for
> finding out any references left on contexts ??
>
> Thanks in advance
> Mahesh
>
>
>

Hi,

Thanks, Petr for the reply.

I checked !filter.help command on Windbg, but it does not work
It says, “The call to LoadLibrary(filter) failed, Win32 error 2”.

Is there any other way for finding out chkd version of Filter manager?

Thanks, again.

Mahesh

Hi Mahesh,

If you install checked build of the OS then you will get checked version of
Filter Manager.

Rishikesh.

On 12/18/06, xxxxx@yahoo.com wrote:
>
> Hi,
>
> Thanks, Petr for the reply.
>
> I checked !filter.help command on Windbg, but it does not work
> It says, “The call to LoadLibrary(filter) failed, Win32 error 2”.
>
> Is there any other way for finding out chkd version of Filter manager?
>
> Thanks, again.
>
> Mahesh
>
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

Hi Mahesh!
Ask your company if they have a MSDN subscription. The checked build OS are sent as part of MSDN subscription.
Installing a complete checked build OS is not necessary.
If you want the checked build of just the filter manager, just install the checked build of Windows SP SP2.
But do remember to read the following doc in case of partially checked build environment:

  1. The NT Insider:Just Checking - Installing a Partially Checked …
  2. Hector’s Memos:Where’s The Checked Build?
  3. Hector’s Memos:Partially Checked Service Packs

Happy testing and debugging!!
:slight_smile: