Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Clear Cache and reset about:config from commandline

  • 2 svar
  • 1 har dette problem
  • 14 visninger
  • Seneste svar af cor-el

more options

Hi all,

I would like to run a batch script (on windows 7/10) to do the following to my FireFox (52.3.0 ESR): - Clear the cache - Reset the about:config settings

is there a way to do so form outside the browser so that I don't need to touch the mouse, as I want to embed it into an existing script.

KR, Paul

Hi all, I would like to run a batch script (on windows 7/10) to do the following to my FireFox (52.3.0 ESR): - Clear the cache - Reset the about:config settings is there a way to do so form outside the browser so that I don't need to touch the mouse, as I want to embed it into an existing script. KR, Paul

Alle svar (2)

more options

Yes, and no. ++++++++++++++++++++++++++++++++++++++++++++++++ The cache can be totally cleared just by removing its folder;

Location of the cache/cache2 folder; Windows: *C:\Users\<user>\AppData\Local\Mozilla\Firefox\Profiles\<profile>\ Mac: ~/Library/Caches/Firefox/Profiles/ Linux: ~/.cache/mozilla/firefox/

Close Firefox. Open your file browser to the above, and remove the folder. ++++++++++++++++++++++++++++++++++++++++++++++++++ The about:config can be 'reset' just by deleting that file from your profile.

Type about:support<enter> in the address bar.

Under the page logo on the left side, you will see Application Basics. Under this find Profile Folder. To its right press the button Show Folder. This will open your file browser to the current Firefox profile. Now Close Firefox.

Locate the above file. Then rename or delete it. Restart Firefox.


Once you know where those files are located, you can create a Windows batch program that will remove these for you. Note: The browser Must Be Closed.

more options

For prefs that are modified and show user set (bold) you need the prefs.js file in the main profile folder.

Note that you can find buttons on the about:profiles page to go to both locations Firefox uses for the Firefox profile folder.

Location used for the main profile that keeps your personal data in "AppData\Roaming" (Root Directory on about:profiles).

  • C:\Users\<user>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile>\
  • ~/Library/Application Support/Firefox/Profiles/<profile>/

Location used for the disk cache and other temporary files in "AppData\Local" (Local Directory on about:profiles).

  • C:\Users\<user>\AppData\Local\Mozilla\Firefox\Profiles\<profile>\
  • ~/Library/Caches/Firefox/Profiles/