We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜索 | 用户支持

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

详细了解

How can I automate the clearing of cached web content with powershell script?

  • 5 个回答
  • 1 人有此问题
  • 11 次查看
  • 最后回复者为 Shadow110

more options

I have a powershell script for automating the clearing of browser history and cache. The script works for clearing firefox's history but even after the script deletes the cache2 folder it seems to recreate itself once firefox is reopened. Is there another folder or file that would need to be deleted and recreated as well in order for this to work?

I have a powershell script for automating the clearing of browser history and cache. The script works for clearing firefox's history but even after the script deletes the cache2 folder it seems to recreate itself once firefox is reopened. Is there another folder or file that would need to be deleted and recreated as well in order for this to work?

所有回复 (5)

more options

Maybe use Private Browsing mode if you do not want to keep cache and history.

Firefox will always recreate files and folders when Firefox notices that they are missing. That is expected behavior. Why would you expect differently?

more options

Private browsing does not help in this instance. Again I need to automate this because I need to be able to run this against a mass number of computers. Yes it should recreate files but not when you want them gone. In older versions of firefox you could simply delete the cached folders and the cache would be clear until it rebuilt over time from browsing webpages. Howevever, it appears that has changed as those files reappear once firefox is reopened. Therefore, can you tell me what process the gui takes when clearing the cached web content? As in what are the files and folders that it clears or commands that it runs.

more options
more options

I am not as familiar with javascript and therefore am not exactly sure how I could apply this. Do you know of a powershell or vbscript that could accomplish this? Alternatively maybe instead of a script that tries to clear the cache could a script be written to say change a registry key or preference file that would clear the users cache on browser exit? I know you can set this up within the browser but not sure it there is a way to automate it.

more options

Hi, you could try a extension that would be 1 click to do. https://addons.mozilla.org/en-US/firefox/search/?platform=windows&q=Clear+Cahe This maybe useful to you to keep things all in one place : https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/

You can then possibly add Cor-el's info or scripts from that page to this program.