Project

General

Profile

Actions

Reset Network Interface Card Script

ECHO OFF

cd %windir%\system32
start "cmd.exe /k" netsh interface set interface name="Cisco LAN Card" admin=DISABLE
start "cmd.exe /k" netsh interface set interface name="Cisco LAN Card" admin=ENABLE
exit

Updated by Man CHENG about 1 year ago · 1 revisions