Winnipeg Photographer


How to Enable / Disable / List Network Interfaces from Command Line

My favorite “netsh” commands.

Show all interfaces

netsh interface show interface

Enable a Disabled NIC using Command Line

netsh interface set interface "Local Area Connection" enabled

Disable a Enabled NIC using Command Line

netsh interface set interface "Local Area Connection" disabled

Leave a Reply