Microsoft Windows [Version 6.1.7000] (C) Copyright 2009 Microsoft Corp. C:\Windows>netsh netio add bindingfilter ?
Usage: add bindingfilter [npi=][client=][provider=][[type=]block|singleclient][[store=]active|persistent]
Parameters:
Tag Value
npi - The NPI guid or name.
client - The client guid or name.
provider - The provider guid or name.
type - One of the following values:
block: The specified client may not bind to the provider.
singleclient: Only the specified client may bind to the
provider. This is the default.
store - One of the following values:
active: Filter will disappear on next boot.
persistent: Filter will be persistent.
This is the default.
Remarks: Adds a new binding filter.