Skip to content

Instantly share code, notes, and snippets.

@maldevel
Created August 28, 2018 14:35
Show Gist options
  • Select an option

  • Save maldevel/527f6e3784440077122a243c35de544f to your computer and use it in GitHub Desktop.

Select an option

Save maldevel/527f6e3784440077122a243c35de544f to your computer and use it in GitHub Desktop.
List network adapters interfaces, enable or disable a network adapter interface.
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