Microsoft Windows [Version 6.1.7000] (C) Copyright 2009 Microsoft Corp. C:\Windows>netsh interface tcp delete chimneyport ?
Usage: delete chimneyport [localport=]*|[remoteport=]*|
Parameters:
Tag Value
localport - Must provide the source port.
*: all ports. This matches a * in the selection table.
integer: port number
remoteport - Must provide the destination port.
*: all ports. This matches a * in the selection table.
integer: port number
Remarks: Deletes the port entry from TCP chimney offload selection table
Example:
delete chimneyport 80 *
delete chimneyport localport=80 remoteport=*