Script untuk meriset koneksi jaringan agar lancar kembali pada windows xp dan windows 7

Berikut merupakan  cara untuk mengatasi koneksi jaringan yang bermasalah. Kali ini kita akan menanganinya dengan menggunkan script. Tinggal copas saja perintah batch file dibawah ini kemudian di Save dengan format format *.cmd . Berikut merupakan batch file nya.
@echo off
title Windows ARP and DNS cache Resetter by Yoedie
cls
color 3B
echo this script will flush ARP and DNS cache to repair network connection errors on your computer.
echo.
echo Please wait a few moments to complete.......
echo.
net stop dnscache
net start dnscache
netsh interface ip delete arpcache
ipconfig /release
ipconfig /renew
pause
:007
cls
color 2F
echo Click (X) button on CMD prompt window to exit.
echo Process is completed.
echo.
ipconfig /flushdns
goto 007
exit

Komentar

Postingan populer dari blog ini

Menampilkan Huruf dengan program debug

BAB Matriks