How to Disable Installation of NWLink NetBIOS
ID: Q156203
|
The information in this article applies to:
-
Microsoft Windows NT Workstation versions 3.5, 3.51, 4.0
-
Microsoft Windows NT Server versions 3.5, 3.51, 4.0
SUMMARY
The installation process of the NWLink IPX/SPX Compatible Transport under
Microsoft Windows NT also installs NetBIOS support for the protocol.
NetBIOS support is installed automatically, and is not offered as an
installation option. You may want to disable this support if your
configuration does not use the NWLink protocol for NetBIOS.
MORE INFORMATION
You can deactivate NetBIOS support for NWLink by disabling the network
binding for NWLink NetBIOS. You can also disable NetBIOS support for NWLink
prior to installation by changing a value in the Oemnxpip.inf file.
Disabling NetBIOS functionality will prevent the NWLink transport from
being used for NetBIOS activity. If other protocols providing NetBIOS
support are installed, those protocols will be used for connectivity with
other computers that use NetBIOS. Microsoft does not advise the removal of
this functionality, and it should be done at your own risk.
To disable the network binding after installation, follow the steps below:
- In Control Panel, double-click the Network icon.
- Double-click the protocol whose properties you want to change.
- Disable the binding for NWLink NetBIOS.
- Close Control Panel and restart the computer.
To edit the Oemnxpip.inf file prior to Setup, follow the steps below:
- Locate the source directory for your unattended setups.
- Use the Expand utility to expand the Oemnxpip.in_ file to Oemnxpip.inf.
- Delete the Oemnxpip.in_ file.
- Open Oemnxpip.inf in a text editor.
- Find the following lines in the file:
Ifstr(i) $(Option) = NWLNKIPX
Set DoNWLNKIPX = TRUE
Set DoNWLNKNB = TRUE
Set DoNWLNKSPX = TRUE
- Change the value for DoNWLNKNB to FALSE.
- Save the changes to the file, and quit the editor.
Additional query words:
unattend prodnt
Keywords : kbsetup ntsetup nthowto NTSrvWkst
Version : 3.5 3.51 4.0
Platform : winnt
Issue type : kbhowto