Microsoft Windows [Version 10.0.22621.2428]
(c) Microsoft Corporation. C:\Windows>netsh netio ? The following commands are available: Commands in this context: ? - Displays a list of commands. add - Adds a configuration entry to a table. delete - Deletes a configuration entry from a table. dump - Displays a configuration script. help - Displays a list of commands. show - Displays information. To view help for a command, type the command, followed by a space, and then type ?.
Adds a configuration entry to a table.
»netsh »netio »add
C:\Windows>netsh netio add ? The following commands are available: Commands in this context: add bindingfilter - Adds a binding filter.
Adds a binding filter.
»netsh »netio »add »bindingfilter
C:\Windows>netsh netio add bindingfilter ?
Usage: add bindingfilter [npi=]<string> [client=]<string> [provider=]<string>
[[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.
Deletes a configuration entry from a table.
»netsh »netio »delete
C:\Windows>netsh netio delete ? The following commands are available: Commands in this context: delete bindingfilter - Deletes a binding filter.
Deletes a binding filter.
»netsh »netio »delete »bindingfilter
C:\Windows>netsh netio delete bindingfilter ?
Usage: delete bindingfilter [npi=]<string> [client=]<string> [provider=]<string>
[[store=]active|persistent]
Parameters:
Tag Value
npi - The NPI guid or name.
client - The client guid or name.
provider - The provider guid or name.
store - One of the following values:
active: Deletion only lasts until next boot.
persistent: Deletion is persistent. This
is the default.
Remarks: Deletes a new binding filter.
Displays a configuration script.
»netsh »netio »dump
C:\Windows>netsh netio dump ?
Usage: dump
Remarks:
Creates a script that contains the current configuration. If saved to a
file, this script can be used to restore altered configuration settings.
Displays a list of commands.
»netsh »netio »help
C:\Windows>netsh netio help ?
Usage: help
Remarks:
Displays a list of commands.
Displays information.
»netsh »netio »show
C:\Windows>netsh netio show ? The following commands are available: Commands in this context: show bindingfilters - Shows all binding filters.
Shows all binding filters.
»netsh »netio »show »bindingfilters
C:\Windows>netsh netio show bindingfilters ?
Usage: show bindingfilters [[store=]active|persistent]
Parameters:
Tag Value
store - One of the following values:
active: Show filters in the stack (default).
persistent: Show persistent filters.
Remarks: Shows all binding filters.
- de -/- en -
