01 Aug
Get rid of NetBios
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 […]

