Enable Network Adapter from Command Line on Windows - DevPops-Inc/windows GitHub Wiki

• Press the Windows key, type “cmd” and select “Run as administrator.
image

• Type netsh interface show interface and press the Enter key to get the network adapter(s).
image

• Type netsh interface set interface < interface name > enable and press the Enter key to enable the network adapter.
image

• Press the up arrow twice to recall netsh interface show interface and press the “Enter” key to get the network adapters and the one you just enabled will show as connected.
image

⚠️ **GitHub.com Fallback** ⚠️