Disable or Enable network adapter from the command line in Windows 7
If you want to disable or enable a specific network adapter from the command line, you can use: netsh interface set interface "Local Area Connection" DISABLED netsh interface set interface "Local Area Connection" ENABLED