搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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/