@echo off
Title AUTO RECON
Mode con cols=75 lines=5 & color 0B
:LOOP
echo(
echo                     Disabling Network Connection ...
netsh interface set interface "Ethernet" DISABLED
echo(
echo                     Enabling Network Connection ...
netsh interface set interface "Ethernet" ENABLED

Timeout /T 7
echo(
echo            EXITING Internet Explorer,,,,

Cls & Color 0C
echo(
echo              Killing Internet Explorer Please wait for a while ...
Taskkill /IM "iexplore.exe" /F
Timeout /T 60
goto LOOP