Skip to content

Instantly share code, notes, and snippets.

@CabreraAldo
Created March 22, 2016 17:29
Show Gist options
  • Save CabreraAldo/d49073b6dad062b3b684 to your computer and use it in GitHub Desktop.
Save CabreraAldo/d49073b6dad062b3b684 to your computer and use it in GitHub Desktop.
WMI to Disable Netbios
wmic nicconfig where (TcpipNetBiosOptions!=Null and TcpipBetbiosOptions!=2) call SetTcpipNetbios 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment