Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 5 trả lời
  • 1 gặp vấn đề này
  • 9 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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.