GPO for IE Disk Space Cache
I have configured a GPO to automatically check for new pages via GPO. In the same dialog, I am asked the amount of disk space to use in MB. I cannot specify a size larger than 256MB. What do I need to do to go bigger than 256MB?
August 17th, 2009 11:03pm

Hi,

Thank you for posting here.

As far as I know, we have to use customized ADM file to set IE Disk Space Cache. The Minimum and Maximum are defined in this ADM file. Please check the ADM file and modify "MAX 204800" to the value you would like to set. For your reference, the following ADM file set the MAX value to 1024000 kilobytes.

CLASS USER

CATEGORY !!WindowsComponents

CATEGORY !!InternetExplorer

CATEGORY !!IE_Cache

;; KEYNAME "Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings"

KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"

POLICY !!IE_Cache_size

#if version >= 4

SUPPORTED !!SUPPORTED_IE5

#endif

EXPLAIN !!IE_ExplainCacheSize

PART !!IE_CacheSizeInKB NUMERIC

;;KEYNAME "Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"

KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"

VALUENAME "CacheLimit"

DEFAULT 102400

MAX 1024000

END PART

PART !!IE_CacheSizeInKB2 NUMERIC

;; KEYNAME "Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content"

KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content"

VALUENAME "CacheLimit"

DEFAULT 102400

MAX 1024000

END PART

END POLICY

END CATEGORY ;; IE Cache

END CATEGORY ;; Internet Explorer

END CATEGORY ;; WindowsComponents

[strings]

WindowsComponents="Windows Components"

InternetExplorer="Internet Explorer"

IE_Cache="Cache"

IE_Cache_size="Internet Explorer's cache size"

IE_ExplainCacheSize="Maximum cache size in kilobytes for Internet Explorer"

IE_CacheSizeInKB="Cache size in kilobytes"

IE_CacheSizeInKB2="Cache size in kilobytes (enter the same value to make it work)"

SUPPORTED_IE5="at least Internet Explorer v5.01"

Mervyn

TechNet Subscriber Support in forum

If you have any feedback on our support, please contact tngfb@microsoft.com

Free Windows Admin Tool Kit Click here and download it now
August 18th, 2009 4:53am

Hi,

Do you need any other assistance? If there is anything we can do for you, please let us know.

Thanks.

August 27th, 2009 8:53am

Hi,

I was going tru the post, need a small help here, can you please help me in getting an admx for this, tried admxconverter(FullArmor), but the policy is not getting applied to client mchine.

Below is the admx and adml i have, please have a chck, thanks in advance.

<?xml version="1.0" encoding="utf-8"?>
<policyDefinitions revision="1.0" schemaVersion="1.0">
  <policyNamespaces>
    <target prefix="fullarmor" namespace="FullArmor.e28f32c5-4224-4d64-99b9-51f9be73b25a" />
    <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  </policyNamespaces>
  <supersededAdm fileName="Filepath\settings.adm" /> - edited by me here
  <resources minRequiredRevision="1.0" />
  <supportedOn>
    <definitions>
      <definition name="SUPPORTED_IE5" displayName="$(string.SUPPORTED_IE5)" />
      <definition name="SUPPORTED_NotSpecified" displayName="$(string.ADMXMigrator_NoSupportedOn)" />
    </definitions>
  </supportedOn>
  <categories>
    <category name="WindowsComponents" displayName="$(string.WindowsComponents)" />
    <category name="InternetExplorer" displayName="$(string.InternetExplorer)">
      <parentCategory ref="WindowsComponents" />
    </category>
    <category name="IE_Cache" displayName="$(string.IE_Cache)">
      <parentCategory ref="InternetExplorer" />
    </category>
  </categories>
  <policies>
    <policy name="IE_Cache_size" class="User" displayName="$(string.IE_Cache_size)" explainText="$(string.IE_ExplainCacheSize)" presentation="$(presentation.IE_Cache_size)" key="Software\Microsoft\Windows\CurrentVersion\Internet Settings">
      <parentCategory ref="IE_Cache" />
      <supportedOn ref="SUPPORTED_IE5" />
      <elements>
        <decimal id="IE_CacheSizeInKB" key="$(string.unknown_0)" valueName="CacheLimit" maxValue="1024000" />
        <decimal id="IE_CacheSizeInKB2" key="$(string.unknown_0)" valueName="CacheLimit" maxValue="1048576" />
      </elements>
    </policy>
  </policies>
</policyDefinitions>

adml:

<policyDefinitionResources revision="1.0" schemaVersion="1.0">
  <displayName>
  </displayName>
  <description>
  </description>
  <resources>
    <stringTable>
      <string id="WindowsComponents">Windows Components</string>
      <string id="InternetExplorer">Internet Explorer</string>
      <string id="IE_Cache">Cache</string>
      <string id="IE_Cache_size">Internet Explorer's cache size</string>
      <string id="IE_ExplainCacheSize">Maximum cache size in kilobytes for Internet Explorer</string>
      <string id="IE_CacheSizeInKB">Cache size in kilobytes</string>
      <string id="IE_CacheSizeInKB2">Cache size in kilobytes (enter the same value to make it work)</string>
      <string id="SUPPORTED_IE5">at least Internet Explorer v5.01</string>
      <string id="ADMXMigrator_UnresolvedString">ADMX Migrator encountered a string that is not present in the source ADM string table.</string>
      <string id="ADMXMigrator_NoSupportedOn">ADMX Migrator encountered a policy that does not have a supportedOn value.</string>
    </stringTable>
    <presentationTable>
      <presentation id="IE_Cache_size">
        <decimalTextBox refId="IE_CacheSizeInKB" defaultValue="102400">Cache size in kilobytes</decimalTextBox>
        <decimalTextBox refId="IE_CacheSizeInKB2" defaultValue="102400">Cache size in kilobytes (enter the same value to make it work)</decimalTextBox>
      </presentation>
    </presentationTable>
  </resources>
</policyDefinitionResources>

Free Windows Admin Tool Kit Click here and download it now
January 20th, 2014 3:59am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics