Sunday, July 20, 2014

Disable or enable network using Command line in Windows

Using command line / command prompt to disable or enable network interface in Windows :

• Run Command line as Administrator

• Command to disable the network:
netsh interface set interface name="Ethernet" admin=disabled
Change the label Ethernet with the label/name of your network interface,



Read more »

No comments:

Post a Comment