Thursday, July 14, 2016

HOW TO DISABLE NETBIOS VIA COMMAND LINE ON WINDOWS

wmic nicconfig get caption,index,TcpipNetbiosOptions

wmic nicconfig where index=8 call SetTcpipNetbios 2

The SetTcpipNetbios parameter can have this value:
0 – Use NetBIOS setting from the DHCP server
1 – Enable NetBIOS over TCP/IP
2 – Disable NetBIOS over TCP/IP

No comments:

Post a Comment