__exclusive__ — Reset Ethernet Adapter
sudo ip link set eth0 down sudo ip link set eth0 up (Replace eth0 with your Ethernet interface name – check using ip link show .)
For a full network manager reset:
Restart-NetAdapter -Name "Ethernet" -Confirm:$false Change "Ethernet" to your adapter’s exact name (find it with Get-NetAdapter ). reset ethernet adapter
