• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Login script to clear internet files

NEO5

Junior Member
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
 
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
 
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.
 
Back
Top