Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh interface ip set wins ?
Usage: set wins [name=][source=]dhcp|static [addr=]|none
Parameters:
Tag Value
name - The name of the interface.
source - One of the following values:
dhcp: Sets DHCP as the source for configuring WINS
servers for the specific interface.
static: Sets the source for configuring WINS servers
to local static configuration.
addr - One of the following values:: An IP address for a WINS server.
none: Clears the list of WINS servers.
Remarks: Sets WINS server configuration to either DHCP or static mode. Only
when source is 'static', is the 'addr' option also available for
configuring a static list of WINS server IP addresses for the
specified interface.
Examples:
set wins name="Local Area Connection" source=dhcp
set wins "Local Area Connection" static 10.0.0.1