Hello colleagues
How enable NetBIOS in Windows 7 and XP on all network adapters via CMD? I khow about disable it:
wmic nicconfig where (TcpipNetbiosOptions!=Null and TcpipNetbiosOptions!=2) call SetTcpipNetbios 2
but I can't enable via CMD, ...call SetTcpipNetbios 0 - doesn't work (NetBIOS not changed in TCP/IP of network adapter)