Deleting Temp Internet Files

G

Guest

Hi, thanks for all the help that was given for my previous post.

I want to create a bat file to delete all the temp internet files on start
up . (All the users on the computer - Windows XP - there are 3 users).

My question is which folder do i delete for the other users because, when i
go to Local Settings\Temporary Internet Files\, there are 4 folders.

The contents of the bat file would be:


DEL /S "C:\Documents and Settings\Pinto\Local Settings\Temporary Internet
Files\*.*"

DEL /S "C:\Documents and Settings\Dimas\Local Settings\Temporary Internet
Files\*.*"

DEL /S "C:\Documents and Settings\Other\Local Settings\Temporary Internet
Files\*.*"

would this be ok?

regards
 
D

Don MI

Pinto1uk said:
Hi, thanks for all the help that was given for my previous post.

I want to create a bat file to delete all the temp internet files on start
up . (All the users on the computer - Windows XP - there are 3 users).

My question is which folder do i delete for the other users because, when
i
go to Local Settings\Temporary Internet Files\, there are 4 folders.

The contents of the bat file would be:


DEL /S "C:\Documents and Settings\Pinto\Local Settings\Temporary Internet
Files\*.*"

DEL /S "C:\Documents and Settings\Dimas\Local Settings\Temporary Internet
Files\*.*"

DEL /S "C:\Documents and Settings\Other\Local Settings\Temporary Internet
Files\*.*"

would this be ok?

regards

Would it be acceptable to empty the Temporary Internet Folder each time the
browser is closed? If so, there is an option to do so in Internet Options,
Advanced tab, Security.

Don
 
G

Guest

hi, what setting is it exacty that i have to change to acccomplish this task?

regards
 
U

Uncle John

Pinto,

May be it would be easier it you created a new folder, "Temporary Internet
Files" after Program Files, in My Computer. Then go
Control\Panel|System\Advanced\Environmental Settings
to set the system location to the new folder.
Once you have created the new folder,and reset the System Environment
Setting, then for each user go to Control Panel\ Internet
Options\General\\Settings\Move Folder.

Aftr doing this you would only need one line in your batch file.
 

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

Similar Threads


Top