Jump to content

rh0926

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral
  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.
×
×
  • Create New...

Important Information

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