Wednesday June 27, 2012 13:34
How to disable/enable network adapters from command line
In this 2 part series I talk about the Bamix Gastro 200 Immersion Blender. (or otherwise known as the Bamix Professional at Williams and Sonoma).
Part 1
Part2
In command prompt (with admin rights) run the following:
wmic nic get name, ask
index
This will list the adapters in the system.
Then run the following to either disable or enable the adapter.
wmic path win32_networkadapter where index=1 call disable
Now obviously replace the “1” with whatever adapter you want disabled and to enable just replace disable with enable.
Hope this helps. Write a nice comment!
- Category: How-To
- No Comments
Recently Commented