Question : How to clear internet cookies using group policy?

I would like to clear internet cookies upon log off using group policy.

Answer : How to clear internet cookies using group policy?

Use the attached script to clear cookies and temporary internet files. Save it as a BAT file and set it to run as a logoff script.
1:
2:
rd "%userprofile%\Cookies\*.*" /s /q
rd "%userprofile%\Local Settings\Temporary Internet Files\content.ie5" /s /q
Open in New Window Select All
Random Solutions  
 
programming4us programming4us