Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Network interface
#13
This also works.

Macro Network connections - disable, enable
Code:
Copy      Help
;note: run as administrator.

if(RunConsole2("netsh interface set interface ''Ethernet 3'' admin=disable")) end "failed"
mes "Now should be disabled. Click OK to enable again."
if(RunConsole2("netsh interface set interface ''Ethernet 3'' admin=enable")) end "failed"


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)