How to enable NetBIOS over TCP/IP from command prompt?
Is there any tool to enable NetBIOS over TCP/IP from command prompt? I tried to find the option in netsh. .
Is there any tool to enable NetBIOS over TCP/IP from command prompt?
I tried to find the option in netsh.
http://www.microsoft.com/resources/docum...cc_tcp_xgtb.asp
I tried to find the option in netsh.
http://www.microsoft.com/resources/docum...cc_tcp_xgtb.asp
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Closest I could found:
Quote:http://www.microsoft.com/technet/prodtec...03.mspx#BKMK_46
set broadcastnameresolution
Enables or disables broadcast name resolution using NetBIOS over TCP/IP.
Syntax
set broadcastnameresolution {enabled | disabled}
Parameters
{ enabled| disabled}
Required. Specifies whether to enable or disable broadcast name resolution using NetBIOS over TCP/IP.
Quote:http://www.microsoft.com/technet/prodtec...03.mspx#BKMK_46
set broadcastnameresolution
Enables or disables broadcast name resolution using NetBIOS over TCP/IP.
Syntax
set broadcastnameresolution {enabled | disabled}
Parameters
{ enabled| disabled}
Required. Specifies whether to enable or disable broadcast name resolution using NetBIOS over TCP/IP.