Saturday, June 18, 2011

Clear DNS Cache and Internet Browsing History - simplecleaner.bat

For you windows users, sometimes maybe you having trouble with internet browsing history that made your computer being very slow , or sometimes your internet connection is still displays the old information of your site that has changed,... or your site is being inaccessible suddenly, that's maybe caused by DNS cache factors...

I know, there are so many cleaner softwares/tools out there...but try this simple way...

Well..I have a simple way to clearing and resolve everything related to browser cache, cookies, dns cache...etc... And the following are just simple bat script codes, that you can use it to clean your windows sistem and make clear your DNS cache...what is DNS cahce? learn more here

Copy and paste the following codes into notepad , then save it as bat extension, e.g. simple-cleaner.bat or lookita.bat


title cleaner bat - free 7 blogger
@echo off
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Recent"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temp"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\History\"
del /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q %windir%\prefetch\*.*
del /f /s /q %windir%\temp\*.*
RMDIR "%appdata%\Macromedia\Flash Player\#SharedObjects" /s /q
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
ipconfig /release
ipconfig /flushdns
ipconfig /renew
msg * "(Okay, Boss...!!!)"
exit


Or...download this .bat file here, Download-simplecelaner.bat

Related: Error Repair Professional Dwonload - Registry Cleaner



No comments:

Post a Comment

Please leave your comments or your promotion links, but don't add HTML links into the comment body, because I consider it as a spam, and will be delete..

Thank you for your visit..