disabling netbios over tcp/ip

  • Thread starter Thread starter clint
  • Start date Start date
C

clint

right-click on My Network Places and select Properties
right-click on the appropriate Local Area Connection icon,
and select Properties
click on Internet Protocol (TCP/IP) and then Properties
click Advanced, and select the WINS tab
disable NetBIOS over TCP/IP checkbox

Does anyone know the registry that is set by checking that
box?
 
I figured it out. Just sharing with everyone.

HKLM\System\CurrentControlSet\Services\NetBT\Parameters\Int
erfaces\Tcpip_{AdapterID}\NetbiosOptions
0 = dhcp
1 = enable
2 = disable
 
Back
Top