А АThursday 11 February 2016

Clearing cache of IE, Chrome and Firefox by one click.

Hello everybody.

Did You think back about my post for clearing cache of web-borwsers on my PC?
Now I can suggest for your attention my batch-file, which can clearing cache IE, Chrome and Firefox by one click.


You are welcome:


rem Clear IE cache
rem Delete Temporary Internet Files:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
rem Delete Cookies:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
rem Delete History:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
rem Delete Form Data:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
rem Delete Passwords:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
rem Delete All:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
rem Delete All + files and settings stored by Add-ons:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351


rem Clear Google Chrome cache
erase "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache\*.*" /f /s /q
for /D %%i in ("%LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache\*") do RD /S /Q "%%i"


rem Clear Firefox cache
erase "%LOCALAPPDATA%\Mozilla\Firefox\Profiles\*.*" /f /s /q
for /D %%i in ("%LOCALAPPDATA%\Mozilla\Firefox\Profiles\*") do RD /S /Q "%%i"




Good luck.

1 comment:

Anonymous said...

If you can't find cache panel type this chrome://settings/clearBrowserData

Post a Comment

А что вы думаете по этому поводу?

Версия на печать

Популярное