User Tools

Site Tools


windows:scripts:reset_network_interface

Reset Network Interface

Replace Local Area Connection with interface name

  • If you get a error about An interface with this name is not registered with the router. you need to run the following commands as Administrator
netsh interface set interface name="Local Area Connection" admin=disabled
timeout 60
netsh interface set interface name="Local Area Connection" admin=enabled
windows/scripts/reset_network_interface.txt · Last modified: 2015/06/22 10:44 by tschulz