Disable 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 > disable and press the Enter key to disable 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 disabled will show as disconnected.
image

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