Re: Delete Temporary Internet Files
- From: "Todd J Heron" <todd_heron_no_spam@xxxxxxxxxxx>
- Date: Wed, 1 Jun 2005 01:00:26 -0400
Sadly, there's no policy for this. Notes here taken from another Usenet
posting. To actually delete the Temporary Internet files for the users, use
either a batch or Visual Basic Script.
http://www.ozzu.com/ftopic25583.html
Batch script example:
cd %homedrive%%homepath%
rd /s/q locals~1\tempor~1
rd /s/q locals~1\temp
rd /s/q cookies
rd /s/q temp
rd /s/q locals~1\temp\history
rd /s/q locals~1\temp
md locals~1\temp
This will need to be placed under the 'All Users' Start Up folder.
Since there is no way to actually flush the cache via Group Policy,
therefore some administrators will enable 'Delete Temporary Internet Files
when browser is closed' setting in the IE Advanced settings on the default
user profile in Terminal Services environments and for regular desktop
environments you can set this in the corporate desktop disk image.
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT; CCA
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights
.
- Follow-Ups:
- Re: Delete Temporary Internet Files
- From: Jimmy
- Re: Delete Temporary Internet Files
- References:
- Delete Temporary Internet Files
- From: Jimmy
- Delete Temporary Internet Files
- Prev by Date: Delete Temporary Internet Files
- Next by Date: Re: Delete Temporary Internet Files
- Previous by thread: Delete Temporary Internet Files
- Next by thread: Re: Delete Temporary Internet Files
- Index(es):
Relevant Pages
|