Script - Restart Ethernet Adapter
for all who need it
@echo off
netsh interface set interface "Ethernet" admin=disable
timeout /t 3 >nul
netsh interface set interface "Ethernet" admin=enableLast updated
for all who need it
@echo off
netsh interface set interface "Ethernet" admin=disable
timeout /t 3 >nul
netsh interface set interface "Ethernet" admin=enableLast updated