Registry updates via GPO & ADM files.

  • Thread starter Bill Frisbee [MVP]
  • Start date
B

Bill Frisbee [MVP]

OK guys, here is one that I'm a little stuck on.

We are a larger Windows Server 2003 and Citrix XPe FR3 shop. The problem is
that default behavour of Windows XP sets the IE Cache to 10% (if I remember
correctly) of your hard disk. This means we have most of our users with 8 GB
of temp files. Once this gets to about 100 MB, Citrix ICA clients start to
have really bad issues.

Therefore I want to force a registry change out to all the computers in the
feild.

Having done some stuff like this before I figured I would do it via an ADM
into Group Policy, but making changes like this are a littel difficult.

Thus far, this is what I have:

Code:
CLASS USER
CATEGORY !!"Windows Components"
CATEGORY !!"Internet Explorer"
CATEGORY !!"Cache Settings"
KEYNAME "Software\Microsoft\Windows\Current Version\Internet

Settings\Cache\Content"
POLICY !!Set_CacheLimit
EXPLAIN !!CacheLimit_Explain
PART !!Cache   NUMERIC REQUIRED
VALUENAME "CacheLimit"
DEFAULT 1024
MAX  2048
MIN 1
END PART
END POLICY
END CATEGORY
END CATEGORY
END CATEGORY

[strings]
CacheLimit_Explain="This numeric value sets the disk space utilized by
Internet Explorer to store temporary files. CCS keeps this value low to
prevent issues with Citrix ICA clients"

All this is supposed to do is go into the registry and set
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache\Content to 1024.

Will this ADM I threw together work? Am I doing it wrong? Am I missing
something?

Anyone have any suggestions???
 
G

Guest

Should do the trick

But you should remove the tick under View\Filtering 'Only Show Policy settings that can be fully managed
Otherwise it won't show

Nasty...
 
B

Buz [MSFT]

Hello Bill,

I dont believe this is your answer but I saw your post and came across this
article which seemed to have some relevance:

243555 Terminal Services Temporary Folder Configuration Is Stored in
Multiple
http://support.microsoft.com/?id=243555

Buz Brodin
MCSE NT4 / Win2K
Microsoft Enterprise Domain Support

Get Secure! - www.microsoft.com/security

This posting is provided "as is" with no warranties and confers no rights.

Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.



RobvH said:
Should do the trick.

But you should remove the tick under View\Filtering 'Only Show Policy
settings that can be fully managed'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top