Главная


Showing posts with label cookies. Show all posts
Showing posts with label cookies. Show all posts

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.

Thursday, 8 October 2015

Removing the history of web-surfing in web-browser - автоматическая очистка кеша web-браузера.

Hello everybody.

Your personal data is very important item by your web-surfing.

You know that your web-browser can save your personal data – history of web-surfing, cookies, queries for searching, etc. Of course, you can delete this information manually. But you can save your time if you will configure your web-browser for automatic removing this information on closing web-session.

Attention: if you delete cookies, so  you must enter login-names and passwords for some web-sites (facebook.com, vk.com and others).

Google Chrome

Google Chrome permit switch on the automation of clearing for Cookies only. You can enter Chrome menu in item «Настройки». Or type in url “chrome://settings”



 Then click item  «Показать дополнительные настройки»

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

Популярное