.adm code to Empty Temporary Internet Files when explorer is closed

  • Thread starter Thread starter Frustrated Admin
  • Start date Start date
F

Frustrated Admin

When I write the following code and save it as an .adm
file and add this .adm file using GPO, it is not showing.
When I change the KEYNAME with other things it
shows...Anyone can help with this?

Thanks...





CLASS USER
CATEGORY "IE Custom"


POLICY "Empty Temporary Internet FIles when
explorer is closed"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\
Internet Settings\Cache"
EXPLAIN "Empty Temporary Internet FIles"
VALUENAME Persistent
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY


END CATEGORY
 
You can do this automatically by going to the Advanced Tab in Internet
Options. Scroll down to SECURITY and put a check in the box "Empty
Temporary Internet Files folder when browser is closed"

Philip Nunn
 
Back
Top