重新连接
taskkill /f /im MentoHUST.exe
start G:\MentoHUST\MentoHUST.exe
重置网卡(dev是name)
@echo off
devcon disable *DEV_8136*
devcon enable *DEV_8136*
echo on
taskkill /f /im MentoHUST.exe
start G:\MentoHUST\MentoHUST.exe
重置网卡(dev是name)
@echo off
devcon disable *DEV_8136*
devcon enable *DEV_8136*
echo on