; InterenetExplorerUserSettings.ADM ; Written by Yizhar Hurwitz, Israel. ; http://yizhar.mvps.org ; Version 1.1, March 2005. ; ; This policy is designed for managing 2 Internet Explorer settings, ; related to the "Temporary Internet Files" location and size. ; These are not found in the standard templates. ; ; I've also included the option to set the "Start Page" - ; because I think it's convinient to have these settings in the same place. ; However the start page can also be set "from the box" without my template. ; ; Please note that you must uncheck the following to use this policy: ; GPO editor - View - Filterring: ; "Only show policy settings that can be fully managed" CLASS USER CATEGORY "Internet Explorer User Settings" POLICY "Read Me!" EXPLAIN !!ExplainReadMe KEYNAME "Software\Policies" END POLICY POLICY "Start Page" EXPLAIN !!ExplainStartPage KEYNAME "Software\Microsoft\Internet Explorer\Main" PART "Start Page" EDITTEXT DEFAULT "about:blank" VALUENAME "Start Page" END PART END POLICY POLICY "Cache Folder Location" EXPLAIN !!ExplainCacheLocation KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" PART "Cache" EDITTEXT DEFAULT "C:\TempCache\%USERNAME%" VALUENAME "Cache" END PART END POLICY POLICY "CacheLimit in KiloBytes" EXPLAIN !!ExplainCacheLimit KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content" PART "CacheLimit in KiloBytes" NUMERIC MIN 1024 MAX 20480 DEFAULT 10240 VALUENAME "CacheLimit" END PART END POLICY POLICY "Empty Temporary Internet Files folder when browser is closed" EXPLAIN !!ExplainEmptyTemporary KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache" PART "Empty Temporary Internet Files folder when browser is closed" CHECKBOX VALUENAME "Persistent" VALUEON NUMERIC 0 VALUEOFF NUMERIC 1 END PART END POLICY END CATEGORY [STRINGS] ExplainReadMe=ReadMe!\n\nTo view all the options, you should click:\n\nInternet Explorer User Settings\nView - Filtering\n\nAnd uncheck the box:\nOnly show policy settings that can be fully managed. ExplainStartPage=This is similar to the GPO option:\nWindows Settings - Internet Explorer Maintenance - URLs\nYou can choose where you prefer to configure the home page. ExplainCacheLocation=Cache Folder Location:\n\nHKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\n\nSuggested value=C:\TempCache\%USERNAME%\n\nImportatnt:\nYou should use the %USERNAME% variable to make sure that each user has its own cache.\nThe users must have some NTFS permission on the top folder.\nI suggest the following:\nAdministrators = Full Control\nCreator Owner = Modify\nUsers = Create Folders ExplainCacheLimit=CacheLimit in KiloBytes\n\nSoftware\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content\n\nSuggested value=10240 (10 MegaBytes) ExplainEmptyTemporary=Empty Temporary Internet Files folder when browser is closed\n\nI suggest that you keep this option disabled to prevent repeated downloads of frequently accessed web content.