Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Clear Cache and reset about:config from commandline

  • 2 个回答
  • 1 人有此问题
  • 15 次查看
  • 最后回复者为 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

所有回复 (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/