Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh interface ipv4 delete address ?
Usage: delete address [name=][[address=]][[gateway=]|all][[store=]active|persistent]
Parameters:
Tag Value
name - Interface name or index.
address - The static IP address to delete.
gateway - One of the following values:: A specific default gateway IP address
to delete.
all: Deletes all default gateway IP addresses on the.
interface.
store - One of the following values:
active: Deletion only lasts until next boot.
persistent: Deletion is persistent. This
is the default.
Remarks: Deletes a static IP address or a static default gateway from a
specified interface.
Examples:
delete address "Local Area Connection" addr=10.0.0.1 gateway=all