====== 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