Re: Delete Temporary Internet Files
- From: "Jimmy" <hk2020@xxxxxxxxxxx>
- Date: Wed, 1 Jun 2005 14:11:31 +0800
thanks
jimmy
"Todd J Heron" <todd_heron_no_spam@xxxxxxxxxxx> wrote in message
news:%23bGlVbmZFHA.2796@xxxxxxxxxxxxxxxxxxxxxxx
> 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
>
.
- References:
- Delete Temporary Internet Files
- From: Jimmy
- Re: Delete Temporary Internet Files
- From: Todd J Heron
- Delete Temporary Internet Files
- Prev by Date: Re: Delete Temporary Internet Files
- Next by Date: BUG: Group policy seem broken in gpmc.msc, but not in the old policy editor
- Previous by thread: Re: Delete Temporary Internet Files
- Next by thread: BUG: Group policy seem broken in gpmc.msc, but not in the old policy editor
- Index(es):
Relevant Pages
|