0 Members and 1 Guest are viewing this topic.

AuthorTopic: Bat file Restart Network Adapter  (Read 2516 times)

Offline aegkaluk

  • Administrator
  • Hero Member
  • *****
  • Posts: 1096
  • Total Like : 0
    • Email
« on: 11, 03, 2013, 12:04:53 »
Code: [Select]
netsh interface set interface "Local Area Connection" DISABLED
netsh interface set interface "Local Area Connection" ENABLED

"Local Area Connection" = your network adapter name

Ref : http://stackoverflow.com/questions/3926309/disable-network-connection-using-batch-file