cookies

  • Thread starter Thread starter J McAulay
  • Start date Start date
J

J McAulay

Hi
I have a client with 30 computers which could have upwords off 100 user per
each computer (it is a job centre) now the cookies do not seem to clearing
out so is there a way to clear them out with having to go to each profile
and do each on each pc as having to do 100 plus on each computer could take
way to long. Disk cleanup and IE delete cookies only does profile you are
in??

Thanks in advanced
 
I'm not aware of a group policy which could do this for you. If you are the
domain admin you can put all of the names of computers in a list in txt
file, 1 machine per line. Write a script which opens the file, connects to
each computer listed and deletes everything in the C:\Documents and
Settings\<user name>\Local Settings\Temporary Internet Files folder. You may
also need a file listing all the <user name>'s which would be the folder in
the Documents and Settings folder to look in of course. This depends on how
your network is setup. Writing it in vbs wouldn't be very difficult and
execution would take a moment or two as often as you needed to do it.
 

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

Back
Top