Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to disable network bindings using the [Netbindings] section


View products that this article applies to.

Summary

Windows 2000 unattended Setup has a new section in the answer file that allows you to disable network bindings on the network card during an unattended Setup. However, after using this section in the unattended Setup file, the bindings appear to be unaffected and still enabled.

This is due to incorrect parameters specified in the [Netbindings] section. The Unattend.doc has incorrect information on the format of the [Netbindings] entries. There should not be any commas (,) between the entries, and not all bindings paths follow the example listed in the Unattend.doc.

↑ Back to the top


More information

To disable bindings, use the format shown in the examples below. Note that even though the examples state that the required format is:
Network serviceNetwork protocolsNetwork adapter
It is not required for all protocols. In the examples listed below, the correct binding path will be displayed to disable bindings for the following protocols bound to MS_MSClient and MS_Server:
Transmission Control Protocol/Internet Protocol (TCP/IP)
NetBeui
Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX)
NWLink NetBIOS
Client for Microsoft Network

Disabling TCP/IP bindings

To disable TCPIP on a specific adapter, use the following binding path:
[NetBindings]
  Disable = "MS_Server MS_NetBt MS_TCPIP AdapterX"
  Disable = "MS_MSClient MS_NetBt MS_TCPIP AdapterX"
				
Where X is the number of the adapter that you specified using the [NetAdapters] section of the answer file.

Disabling NetBeui bindings

To disable NetBeui on a specific adapter, use the following binding path:
[NetBindings]
  Disable = "MS_Server MS_NetBeui AdapterX"
  Disable = "MS_MSClient MS_NetBeui AdapterX"
				

Disabling IPX/SPX bindings

To disable IPX/SPX on all adapters, use the following binding path:
[NetBindings]
  Disable = "MS_Server MS_Nwnb"
  Disable = "MS_Server MS_Nwipx"
  Disable = "MS_Msclient MS_Nwnb"
  Disable = "MS_Msclient MS_Nwipx"
				

Disabling NWLink NetBIOS bindings

To disable NWLink NetBIOS on all adapters, use the following binding path:
[NetBindings]
  Disable = "ms_msclient ms_nwnb"
  Disable = "ms_nwnb ms_nwipx"
  Disable = "ms_server ms_nwnb"
				
Note An adapter-specific entry cannot be provided for IPX/SPX and will prevent it from working if it is provided.

Disabling client for Microsoft Networks bindings

[NetBindings]
  Disable = "ms_msclient ms_netbt ms_tcpip AdapterX"
  Disable = "ms_msclient ms_netbeui AdapterX"
  Disable = "ms_msclient ms_nwnb"
				

Technical support for x64-based versions of Microsoft Windows

Your hardware manufacturer provides technical support and assistance for x64-based versions of Windows. Your hardware manufacturer provides support because an x64-based version of Windows was included with your hardware. Your hardware manufacturer might have customized the installation of Windows with unique components. Unique components might include specific device drivers or might include optional settings to maximize the performance of the hardware. Microsoft will provide reasonable-effort assistance if you need technical help with your x64-based version of Windows. However, you might have to contact your manufacturer directly. Your manufacturer is best qualified to support the software that your manufacturer installed on the hardware.

For product information about Microsoft Windows XP Professional x64 Edition, visit the following Microsoft Web site: For product information about x64-based versions of Microsoft Windows Server 2003, visit the following Microsoft Web site:

↑ Back to the top


Keywords: kbenv, kbhowto, kbnetwork, KB263241

↑ Back to the top

Article Info
Article ID : 263241
Revision : 10
Created on : 10/11/2007
Published on : 10/11/2007
Exists online : False
Views : 728