With Windows 2000 the first move away from Netbios was made.
Instead DNS should be used for name resolution and SMB Direct Hosting at TCP/IP port 445 for requests instead of port 139.
By standard both port 139 and 445 is open to get the highest degree of compatibility.
A [gs client] will try to request on both ports and continue the communication on the port which responds first. To disable SMB use of Netbios port 139 (Forces use of port 445):
- On the Start menu, point to Settings, and then click Network and Dial-up Connections
- Right-click Internet facing connection, and then click Properties.
- Select Internet Protocol TCP/IP and select Properties
- Click Advanced and select the WINS tab
- Tick Disable NetBIOS over TCP/IP and click Ok
[tab:445 (Disable Port)]
To Disable Port 445
To disable SMB use of port 445 with this DWORD (Forces use of port 139):
[HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / NetBT / Parameters]
SMBDeviceEnabled = 0
[tab:139 and 445 (Disable Port)]
To Disable Port 139 and 445
To disable SMB use of port 139 and 445 (Disables nbt.sys driver):
- Right-click My Computer on the desktop, and then click Manage.
- Expand System Tools, and then select Device Manager.
- Right-click Device Manager, point to View, and then click Show hidden devices.
- Expand Non-Plug and Play Drivers.
- Right-click NetBios over Tcpip, and then click Disable.
[tab:Disable SMB]
To Disable SMB
To disable SMB completely:
- On the Start menu, point to Settings, and then click Network and Dial-up Connections
- Right-click Internet facing connection, and then click Properties.
- Select Client for Microsoft Networks, and then click Uninstall.
- Follow the uninstall steps.
- Select File and Printer Sharing for Microsoft Networks, and then click Uninstall.
- Follow the uninstall steps.
[tab:END]
SOURCE | LINK (Smallvoid.com)
| LANGUAGE | ENGLISH |