Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh interface ipv4 set winsserver ?
Usage: set winsserver [name=][source=]dhcp|static
[[address=]|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.
address - 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 winsserver name="Local Area Connection" source=dhcp
set winsserver "Local Area Connection" static 10.0.0.1