Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete Temporary Internet Files Program

Status
Not open for further replies.

PCX

Technical User
Dec 17, 2000
54
US
Greetings,

I need to be able to delete the Temporary Internet Files for ALL users on a machine. I know I can do that with IE but when many users login and use the pc, they each create Temporary Internet Files and I have to delete each one manually or log into the machine as each user to delete them.

I have about 100 machines to do this on and doing it manually seems ridiculous.

Does anyone know of a program or script to do this?

Thanks,
 
You could use the FileSystemObject to loop through all of the folders in the specific directory, check if they have a 'Temporary Internet Files' folder and delete everything in it. Might work for you.

Harleyquinn

---------------------------------
For tsunami relief donations
 
Here's a few threads to look at:

Hard Way
thread222-721049

Easy Way as strongm would say;-)
thread222-563286



Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top