Temp Internet files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Our terminal server is constantly running out of disk space because temporary internet files are being stored on the server. Is there a way to redirect this folder to store elsewhere? I have tried configuring disk space allocation from within the internet options page but this did not resolve the issue. Seems to me that this setting is only effective for the current user. Would also like to know if there ia way to modify the internet options settings to be effective for every user that uses the server

Thanks

Rume
 
You can solve this in a number of ways with a policy. If you have
roaming profiles, configure a policy with the setting that Temporary
Internet Files "Don't roam with the profile".

The ZAK (Zero Administration Kit) for IE has policy templates for
this, which you can download from http://thethin.net

Or put a line in your login script that deletes the folder
completely, something like:
RD C:\Documents and Settings\%USERNAME%\path_to_IE_temp_folder
 
Back
Top