ADM Template driving me bonkers

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi everyone,

I want to modify HKCU\Software\Microsoft\Windows\CurrentVersion
\Internet Settings\5.0\Cache\Content
I want the CacheLimit setting
I want to make it default to 35MB, but have a range between 25MB and
100MB. All sizes for the regsitry key are in KB, hence the sizes of
the numbers here:


CLASS USER

CATEGORY "Internet Explorer Cache"

POLICY "Internet Explorer Cache Setting"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet
Settings\5.0\Cache\Content"
PART "IE Cache size (KB)" NUMERIC SPIN 5120
MIN 25600 MAX 102400
DEFAULT 35840
VALUENAME "CacheLimit"
END PART

END POLICY

END CATEGORY


from all the docs I can find, this is a valid syntax. My book has it,
the o'reilly website has it... I'm dying over here!

.