Jump to content

Recommended Posts

Posted

Hi

I'm looking for a cript that can delete IE cache, temp files, mozilla cache?

Does anyone have a cleanup script that can do this on a Windows 2003 terminalserver?

pesko ;)

  • 3 weeks later...

Posted

For IE you can go to the Tools --> Internet Options --> Advanced Tab in the Security section choose the option to Empty Internet Cache files when the browser is closed.

Or create a batch file for logoff that would do the following;

cd documents and settings\%username%\local settings\temporary internet files

del *.* /s

exit

This would probably work for Mozilla too you would just need to change the path to the Internet cache files that Mozilla stores.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...