clear cache in web browsers (Internet Explorer / Firefox / Chrome)

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

clear cache in web browsers (Internet Explorer / Firefox / Chrome)

22 Sep 2018, 14:44

- I was interested as to the best ways to clear the cache in various web browsers via the command line or via objects, specifically: Internet Explorer, Firefox, Chrome. Although people could mention other browsers if they like. I.e. to reclaim a bit of disk space.
- I know a way to do this in Internet Explorer, but it may be out-of-date, by using ClearMyTracksByProcess.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
buttshark
Posts: 62
Joined: 22 Apr 2017, 20:57

Re: clear cache in web browsers (Internet Explorer / Firefox / Chrome)

24 Sep 2018, 01:03

Code: Select all

Send, ^{f5}
...In all seriousness though, the way I would consider doing this is manually deleting all of the cached files. In chrome, for example, cached files are stored in AppData\Local\Google\Chrome\User Data\Default\Cache\

After a quick google search, it looks like firefox's cache is at AppData\Roaming\Mozilla\Firefox\Profiles\<profile>\
and IE's looks complicated, so here you go.

No clue if this is a potentially bad idea, but there's my advice.
I have no idea what I'm doing.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: FanaticGuru, filipemb and 295 guests