Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set up standard "Internet options" for IE published in Citrix?

Status
Not open for further replies.

davidchardonnet

Programmer
Joined
Mar 21, 2001
Messages
167
Location
FR
Hello,

I have 2 Citrix servers and some users use Internet Explorer in it (they access web from IE published in citrix). Their user profile on the server is growing because of the temporary internet files, and the server system disk is nearly full.

I would like to limit the size of all temporary files folder, for all users. I tried to change each user profile, but I cannot access "Tools - Internet Options" menu because of restrictions...

Do you know how I can define a standard internet configuration so that all users have the same?

Thank you

David
 
Hi,

I'd create some .reg files and import them into the users registry when logging in by adding them to usrlogon.cmd

The files that I use are:-

IECache1.Reg
=====================================
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]
"CacheLimit"=dword:00000400
=====================================

IECache2.Reg
=====================================
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]
"CachePrefix"=""
"CacheLimit"=dword:00000400
=====================================

IEICW.Reg
=====================================
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard]
"DesktopChanged"=dword:00000001
"Completed"=dword:00000001
=====================================

The third file makes the system think that the Internet Connection Wizard has been ran!

As well as this in your GPO, you can exclude saving the Temporary Internet Files as well!

Hope this helps,
Carl.

PS Only the info within the "=" files!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top