How-To

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

httpv://www.youtube.com/watch?v=noKq2xZiaVk

Part2

 

httpv://www.youtube.com/watch?v=JEgwFagd5CU

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!

 

 

Disclosure: This post contains affiliate links. We may earn a commission at no extra cost to you. Prices are accurate as of publication date.
Categories: How-To
Tags: command linedisableenableHow-Tonetwork adapters

Leave a Comment

Your email address will not be published. Required fields are marked *