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
No comments:
Post a Comment