October 31, 2019

Restart Network Adapter Windows without Reboot

Restarts a network adapter by disabling and then re-enabling the network adapter.

  1. Open PowerShell on Windows, after that find the name of the interface to be restarted. Use the following command line:

    netsh interface show interface
    
  2. Restart network adapter using the following command line:

    Restart-NetAdapter -Name "Ethernet x"