Created
August 28, 2018 14:35
-
-
Save maldevel/527f6e3784440077122a243c35de544f to your computer and use it in GitHub Desktop.
List network adapters interfaces, enable or disable a network adapter interface.
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
| netsh interface show interface | |
| netsh interface set interface "Ethernet" admin=disable | |
| netsh interface set interface "Ethernet" admin=enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment