File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -385,27 +385,27 @@ call :killssrwin
385385goto :eof
386386
387387:killv2core
388- tskill v2-core> nul 2 > nul
388+ taskkill /f /im v2-core.exe > nul 2 > nul
389389goto :eof
390390
391391:killss
392- tskill ss-libev> nul 2 > nul
393- tskill obfs-local> nul 2 > nul
394- tskill simple-obfs> nul 2 > nul
392+ taskkill /f /im ss-libev.exe > nul 2 > nul
393+ taskkill /f /im obfs-local.exe > nul 2 > nul
394+ taskkill /f /im simple-obfs.exe > nul 2 > nul
395395goto :eof
396396
397397:killsswin
398- tskill shadowsocks-win> nul 2 > nul
399- tskill obfs-local> nul 2 > nul
400- tskill simple-obfs> nul 2 > nul
398+ taskkill /f /im shadowsocks-win.exe > nul 2 > nul
399+ taskkill /f /im obfs-local.exe > nul 2 > nul
400+ taskkill /f /im simple-obfs.exe > nul 2 > nul
401401goto :eof
402402
403403:killssr
404- tskill ssr-libev> nul 2 > nul
404+ taskkill /f /im ssr-libev.exe > nul 2 > nul
405405goto :eof
406406
407407:killssrwin
408- tskill shadowsocksr-win> nul 2 > nul
408+ taskkill /f /im shadowsocksr-win.exe > nul 2 > nul
409409goto :eof
410410
411411:sleep
@@ -442,8 +442,7 @@ set avgping=!avgping:~1,-1!
442442goto :eof
443443
444444:googleping
445- rem weird bug if using www.google.com, might be caused by dns
446- call :curlping " https://google.com" 301 0
445+ call :curlping " https://www.google.com" 200 0
447446goto :eof
448447
449448:bingping
You can’t perform that action at this time.
0 commit comments