Login script to clear internet files

NEO5

Junior Member
Apr 9, 2000
5
0
0
Hello,

I'm trying to create a login script that will clear all of the temporary internet files, cookies, and history for Internet Explorer every time a user logins. The client workstations are running Win2kpro with sp2. I've tried modifying the registry under advaced options in internet explorer, but now luck. I've also tried using the command del "%USERPROFILE%\Local Settings\Temporary Internet Files\*.*", but no luck. Has anybody else been successful with this task, or found a solution
 

SUOrangeman

Diamond Member
Oct 12, 1999
8,361
0
0
IE6 can delete all files in the cache *except cookies* when the application is closed. It's an checkbox on Tools => Internet Options => Advanced (near bottom). There might be a way to enforce a group policy that checks that box for all users.

-SUO
 

NEO5

Junior Member
Apr 9, 2000
5
0
0
I've tried checking the box under Tools>Internet Options>Advanced, but still no luck when a user exits Internet Explorer. Checking the box under Tools>Internet Options>Advanced is what I tried to do with the registry edit.