wishbas.blogg.se

Batch commands to clear cache google chrome
Batch commands to clear cache google chrome





batch commands to clear cache google chrome

I am pretty sure it will run for some time when you first run it :)

batch commands to clear cache google chrome batch commands to clear cache google chrome

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8Įrase "%LOCALAPPDATA%\Microsoft\Windows\Tempor~1\*.*" /f /s /qįor /D %%i in ("%LOCALAPPDATA%\Microsoft\Windows\Tempor~1\*") do RD /S /Q Clear Google Chrome cacheĮrase "%LOCALAPPDATA%\Google\Chrome\User Data\*.*" /f /s /qįor /D %%i in ("%LOCALAPPDATA%\Google\Chrome\User Data\*") do RD /S /Q Clear Firefox cacheĮrase "%LOCALAPPDATA%\Mozilla\Firefox\Profiles\*.*" /f /s /qįor /D %%i in ("%LOCALAPPDATA%\Mozilla\Firefox\Profiles\*") do RD /S /Q "%%i" This is a command line batch script that takes care of all trash (as of April 2014): erase "%TEMP%\*.*" /f /s /qįor /D %%i in ("%TEMP%\*") do RD /S /Q "%%i"įor /D %%i in ("%TMP%\*") do RD /S /Q "%%i"Įrase "%ALLUSERSPROFILE%\TEMP\*.*" /f /s /qįor /D %%i in ("%ALLUSERSPROFILE%\TEMP\*") do RD /S /Q "%%i"įor /D %%i in ("%SystemRoot%\TEMP\*") do RD /S /Q Clear IE cache - (Deletes Temporary Internet Files Only) Here is how to clear all trash & caches (without other private data in browsers) by a command line. Tags : internet-explorer,firefox,google-chrome,command-line,browser-cache Is there any another way to clear the cache of every web browser using command line? To clear cache, every time i need to use Ctrl + Shift + del. I need to check every change in all leading browsers i.e.







Batch commands to clear cache google chrome