22 Aug
So continuing on the config things through the registry topic, not because I am trying to be a hardcore geek but because I need to bootleg something.
So what do you do when you only can get on a box (Server 2003 or Windows XP SP2) remotely and the firewall is enabled. Either out of shear […]
Posted in Firewalls, Security, Systems by: chris.super
No Comments
01 Aug
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 […]
Posted in Networking, Systems by: chris.super
2 Comments