Windows reset nic » History » Version 1
Man CHENG, 08/31/2024 10:39 PM
| 1 | 1 | Man CHENG | h3. Reset Network Interface Card Script |
|---|---|---|---|
| 2 | |||
| 3 | <pre> |
||
| 4 | ECHO OFF |
||
| 5 | |||
| 6 | cd %windir%\system32 |
||
| 7 | start "cmd.exe /k" netsh interface set interface name="Cisco LAN Card" admin=DISABLE |
||
| 8 | start "cmd.exe /k" netsh interface set interface name="Cisco LAN Card" admin=ENABLE |
||
| 9 | exit |
||
| 10 | </pre> |