Get rid of NetBios
by admin on Aug.01, 2007, under Networking, Systems
Hey do you need to get rid of NetBios on your network interface but when you try to do it through network properties your server crashes?
Then do it through the registry:
HKLM\System\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_AdapterID}\NetbiosOptions
NetBIOSOptions = 0 | 1 | 2
0 - Uses NetBIOS setting from the DHCP server.
1 - Enables NetBIOS over TCP/IP.
2 - Disables NetBIOS over TCP/IP.
Reboot to make your settings take affect.
November 9th, 2007 on 3:09 pm
…or KB313314 handle it from the dhcp side:
http://support.microsoft.com/kb/313314/en-us
November 12th, 2007 on 7:40 am
Yeah if you workstations or servers are running on DHCP then you can put that option inn place as well. Thanks for the comment.