Temp Internet Files to clear

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any policy to clear internet TEMP files for users.
As i have 300 desktops and users.

Any suggestions welcome..

Vicky..
 
Hi,
This registry value sets the option to clear Temporary Internet Files when
the browser is closed:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache]
"Persistent" DWORD Value... 1 =enable (cache is not cleared) 0=disable
(cache is cleared when browser is closed)

Hope this is what you're looking for,
Don
[MS MVP- IE]
 
Don,
I need to do the same thing for all users on the network. I went into the
registry and found this: Persistent REG_BINARY 01 00 00 00
I tried changing the 01 00 00 00 to 00 00 00 00 and that did not work. Do I
need to change the REG_BINARY to dword (or REG_DWORD), and, if so, how? I
know a little bit about the registry, but I'm not an expert. I just don't
want to screw it up. Thank you for your time.

Don Varnau said:
Hi,
This registry value sets the option to clear Temporary Internet Files when
the browser is closed:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache]
"Persistent" DWORD Value... 1 =enable (cache is not cleared) 0=disable
(cache is cleared when browser is closed)

Hope this is what you're looking for,
Don
[MS MVP- IE]

Vicky said:
Is there any policy to clear internet TEMP files for users.
As i have 300 desktops and users.

Any suggestions welcome..

Vicky..
 
Hi,
Sorry, you're right. I've played around with it and that doesn't work from
HKEY_LOCAL_MACHINE.
It will work from HKCU:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\ Internet
Settings\ Cache] but you would have to set it at logon.

This google search may help, or someone else may have an idea...
http://groups.google.com/groups?as_..._miny=2000&as_maxd=12&as_maxm=10&as_maxy=2005

Don
[MS MVP- IE]

Tom said:
Don,
I need to do the same thing for all users on the network. I went into the
registry and found this: Persistent REG_BINARY 01 00 00 00
I tried changing the 01 00 00 00 to 00 00 00 00 and that did not work. Do I
need to change the REG_BINARY to dword (or REG_DWORD), and, if so, how? I
know a little bit about the registry, but I'm not an expert. I just don't
want to screw it up. Thank you for your time.
Don Varnau said:
Hi,
This registry value sets the option to clear Temporary Internet Files when
the browser is closed:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache]
"Persistent" DWORD Value... 1 =enable (cache is not cleared) 0=disable
(cache is cleared when browser is closed)

Hope this is what you're looking for,
Don
[MS MVP- IE]
Vicky said:
Is there any policy to clear internet TEMP files for users.
As i have 300 desktops and users.

Any suggestions welcome..

Vicky..
 
Back
Top