Command to Disable network card on Windows systems


We can disable network card through netsh command

Make a note of the name of network interface which you need to disable

C:\>netsh interface set interface "Local Area Connection" DISABLED

to enable use below command

C:\>netsh interface set interface "Local Area Connection" ENABLED

"Local Area Connection" is the interface name


***Share your comments about this post***

No comments:

Post a Comment