Cleaning Out Temporary Internet Files Automatically

G

Guest

Is there a way to Cleani Out Temporary Internet Files Automatically every
time you start up your computer? Thanks
 
B

BruceM

If you're using IE go to TOOLS / INTERNET OPTIONS / advanced tab & scroll to
bottom section called SECURITY & select "EMPTY TEMP INTERNET FILES WHEN
BROWSER CLOSED".
 
L

Lanwench [MVP - Exchange]

In
leadpipe said:
Is there a way to Cleani Out Temporary Internet Files Automatically
every time you start up your computer? Thanks

I like to use a batch file for this -

FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO DEL/S/F/Q
"C:\Documents and Settings\%%A\Local Settings\Temporary Internet Files\*.*"
FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO RD/S/Q "C:\Documents
and Settings\%%A\Local Settings\Temporary Internet Files\"

(without any line wrapping)

You can either run this manually, or in your startup folder, or via a
scheduled task, or via a shutdown or startup script in group policy, as you
choose.
 
R

Ramesh, MS-MVP

How to Automate the Disk Cleanup Tool in Windows XP:
http://support.microsoft.com/?kbid=315246

Clear the Temporary Internet Files using the Windows XP Disk Cleanup
utility:
http://windowsxp.mvps.org/clearxptif.htm

CCleaner - Crap Cleaner
http://www.ccleaner.com

CCleaner - Command-line parameters.
http://forum.ccleaner.com/index.php?showtopic=3166

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


Is there a way to Cleani Out Temporary Internet Files Automatically every
time you start up your computer? Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top