Hey so I play a lot of games, and for one of the games I play I downloaded a .bat that many people are using to increase their performance and gain an advantage. However when I run the file my internet disconnects and I am unable to restore it by resetting, ipconfig /renew, and many other steps I have found online. The only solution I found in the past was to go to a restore point, which I would like to avoid. Need some more personalized help with this one as Im sure one of you will have a fix; Here is the .bat file information
@Echo OFF
color c
ECHO.
ECHO.
ECHO Latency Movement v2.0
pause
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh interface ip delete arpcache
netsh winsock reset catalog
netsh int ip reset c:resetlog.txt
netsh int ip reset C:\tcplog.txt
netsh winsock reset catalog
netsh int tcp set global rsc=enabled
netsh int tcp set heuristics disabled
netsh int tcp set global dca=enabled
netsh int tcp set global netdma=enabled
GOTO lol
:lol
set /p a="Enter server IP address: "
goto Movement
:Movement
ping %a% -n 5
sc query BITS | find /I "STATE" | find "STOPPED"
sc query Dnscache | find /I "STATE" | find "STOPPED"
goto :start
:start
sc start BITS
sc start Dnscache
goto :Movement
@Echo OFF
color c
ECHO.
ECHO.
ECHO Latency Movement v2.0
pause
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh interface ip delete arpcache
netsh winsock reset catalog
netsh int ip reset c:resetlog.txt
netsh int ip reset C:\tcplog.txt
netsh winsock reset catalog
netsh int tcp set global rsc=enabled
netsh int tcp set heuristics disabled
netsh int tcp set global dca=enabled
netsh int tcp set global netdma=enabled
GOTO lol
:lol
set /p a="Enter server IP address: "
goto Movement
:Movement
ping %a% -n 5
sc query BITS | find /I "STATE" | find "STOPPED"
sc query Dnscache | find /I "STATE" | find "STOPPED"
goto :start
:start
sc start BITS
sc start Dnscache
goto :Movement