|
首先,打开notepad。
拷贝以下的程序。
@echo off
color b
echo ------------------------------------------------------
echo Flush DNS - Please "Run this as administrator"
echo ------------------------------------------------------
echo If you are getting "This webpage is not available" please run this, and make sure you fully connected to the VPN before browsing any website next time.
echo ------------------------------------------------------
ipconfig /flushdns
ping -n 1 127.0.0.1 > NUL
netsh interface ip delete arpcache
ping -n 1 127.0.0.1 > NUL
ipconfig /flushdns
ping -n 1 127.0.0.1 > NUL
netsh interface ip delete arpcache
echo ------------------------------------------------------
echo Press any key to exit this console
pause
储存为,Save As ,档案名称,fliename 放 cleancache.bat 。
Save as type, 选 all files.

对档案按下右键,选择Run as administrator。
本帖最后由 langsat8 于 18-7-2014 04:59 PM 编辑
|
|