How to enable and disable network connections in windows using command
First open command prompt as administrator
hit command netsh interface show interface and hit enter for show network connections
Now select which interface you want to enable and hit command netsh interface set interface "Local Area Connection* 10" disable and hit enter
Now select which interface you want to enable and hit command netsh interface set interface "Local Area Connection* 10" enabled
0 Comments