View Full Version : Local Settings/Temp folder


NoyPi_Yongski
07-19-2006, 05:56 AM
Hi,

Need some help. Any tips on managing disk space on a terminal server? I am
planning on deleting the Local Settings/Temp folder of every user using a
script. Are there any implications when this is done. I already have a
script for deleting temp internet files and I did not encounter any problem
but I am not sure with the temp folder.

Thanks

Laurent Falguiere
07-19-2006, 11:24 AM
These path are not saved, by default, when using Roaming profile, so in
your case
(Local profile (?) with these folders deleted by script), it will works
too...

--
Laurent Falguiere
www.laurentfalguiere.com

"NoyPi_Yongski" <NoyPiYongski@discussions.microsoft.com> a écrit dans le
message de news: 595EFBEF-43D8-4B60-A079-083EDFC9F3EF@microsoft.com...
> Hi,
>
> Need some help. Any tips on managing disk space on a terminal server? I
> am
> planning on deleting the Local Settings/Temp folder of every user using a
> script. Are there any implications when this is done. I already have a
> script for deleting temp internet files and I did not encounter any
> problem
> but I am not sure with the temp folder.
>
> Thanks
>
>

Patrick Rouse
07-21-2006, 04:17 AM
1. Redirect My Documents to the user's Network Home Folder via GPO
2. Delete IE Cache when browser is closed via GPO
3. Set IE Cache Size to ~5MB via GPO
4. Enable DeleteRoamingCache via GPO
5. Use Roaming TS Profile
6. Use "User Profile Hive Cleanup Service"
7. Restrict user's profile size via GPO
8. Prevent saving to the desktop via GPO

--
Patrick Rouse
Microsoft MVP - Terminal Server
http://www.sessioncomputing.com


"Laurent Falguiere" wrote:

> These path are not saved, by default, when using Roaming profile, so in
> your case
> (Local profile (?) with these folders deleted by script), it will works
> too...
>
> --
> Laurent Falguiere
> www.laurentfalguiere.com
>
> "NoyPi_Yongski" <NoyPiYongski@discussions.microsoft.com> a écrit dans le
> message de news: 595EFBEF-43D8-4B60-A079-083EDFC9F3EF@microsoft.com...
> > Hi,
> >
> > Need some help. Any tips on managing disk space on a terminal server? I
> > am
> > planning on deleting the Local Settings/Temp folder of every user using a
> > script. Are there any implications when this is done. I already have a
> > script for deleting temp internet files and I did not encounter any
> > problem
> > but I am not sure with the temp folder.
> >
> > Thanks
> >
> >
>
>
>