Created
March 22, 2016 17:29
-
-
Save CabreraAldo/d49073b6dad062b3b684 to your computer and use it in GitHub Desktop.
WMI to Disable Netbios
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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