How to restart the Windows network card: 1. Run the command prompt as an administrator; 2. Execute the command to disable the network card; 3. Execute the command [netsh interface set interface "Local Connection" enabled] to restart the network card.
Specific method:
1. Open the CMD command window as an administrator and run the command to disable the network card;
command :
netsh interface set interface "本地连接" disabled
2. Execute the command to restart the network card;
Command:
netsh interface set interface "本地连接" enabled
Finish!
The above is the detailed content of How to restart the Windows network card. For more information, please follow other related articles on the PHP Chinese website!