Jump to content

rh0926

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by rh0926

  1. I searched these forums and didn't find a solution myself, so I created a batch file to clean the basic Temp and Temporary Internet Files folders for all users.

     

     

    for /D %%I in ("c:\documents and settings\*.*") do del /s /q "%%I\local settings\temporary internet files\*.*"for /D %%I in ("c:\documents and settings\*.*") do del /s /q "%%I\local settings\temp\*.*"

     

     

    Just place this code in a batch file and run it with an Admin account and it should clean all files for all user profiles.

     

    YMMV, so use it or ignore this post as you wish.

     

     

     

    That's been discussed many times, it's up to MrG if he wants to do that or not. You're wrong about there being no program that does this now, however. EasyCleaner has this function:? http://personal.inet.fi/business/toniarts/...ne.htm#download

     

    Not as convenient as CCleaner, but I use it occasionally to supplement CCleaner (which I use daily). Do not run its "Duplicates" scan, though, it's dangerous!

     

    20255[/snapback]

     

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.