hasquest.blogg.se

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










batch commands to clear cache google chrome

tmp/demo-getopts.sh -vf /etc/hosts foo bar OPTIND=1 # Reset in case getopts has been used previously in the shell.Įcho "verbose=$verbose, output_file='$output_file', Leftovers: +x /tmp/demo-getopts.sh

batch commands to clear cache google chrome

I am pretty sure it will run for some time when you first run it :)īash Space-Separated (e.g., -option argument) cat >/tmp/demo-space-separated.sh /tmp/demo-equals-separated.sh /tmp/demo-getopts.sh <<'EOF' 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"

batch commands to clear cache google chrome

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.












Batch commands to clear cache google chrome