Our Citrix login script leverages KiXtart ( http://www.kixtart.org )runs the following: ; User profile cache trimming DEL "O:\Docume~1\" + @USERID + "\Applic~1\Microsoft\CryptnetUrlCache\Content\*.*" /c /s /h DEL "O:\Docume~1\" + @USERID + "\Applic~1\Sun\Java\Deployment\Cache\*.*" /c /s /h RD "O:\Docume~1\" + @USERID + "\Applic~1\Sun\Java\Deployment\Cache" /s DEL "O:\Docume~1\" + @USERID + "\Applic~1\Sun\Java\Deployment\SystemCache\*.*" /c /s /h RD "O:\Docume~1\" + @USERID + "\Applic~1\Sun\Java\Deployment\SystemCache" /s ; MS Office autosave cleanup - deletes autosave files older than 5 days - note leading and trailing single quote & @@ syntax SHELL 'O:\Windows\System32\Attrib.exe O:\Docume~1\' + @USERID + '\Applic~1\Microsoft\Word\*.* -r -h -s' RUN 'O:\Windows\System32\Forfiles.exe /p O:\Docume~1\' + @USERID + '\Applic~1\Microsoft\Word /m *.asd /d -5 /c "cmd.exe /c del @@file"' RUN 'O:\Windows\System32\Forfiles.exe /p O:\Docume~1\' + @USERID + '\Applic~1\Microsoft\Word /m ~W*.* /d -5 /c "cmd.exe /c del @@file"' From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf Of Angela Sent: Tuesday, October 14, 2014 6:23 PM To: thin@xxxxxxxxxxxxx Subject: [THIN] Bloated Citrix Profile Issue Hi We have an issue where our Citrix Profiles are bloated. We use Citrix Profile Management. We have the following Folder exclusions in place via a AD Group Policy: Exclusion list - directories Desktop Appdata\Local Contacts Searches Downloads Music Pictures Saved Games Videos AppData\LocalLow\Adobe AppData\LocalLow\Microsoft AppData\LocalLow\Sun\Java\Deployment\cache AppData\LocalLow\Temp AppData\LocalLow\SSH AppData\Roaming\ICAClient Unfortunately some of the exclusions were not in place from Day 1 so we have profiles that are around 200Mb! I was hoping the profiles would clean themselves once I added the folder exclusions but it isn't working this way. I have around 2000 profiles to clean.. Are there any tools that will delete unnecessary folders from the profile? Otherwise does anyone have any scripts that I can customize to delete folders such as: %username%\UPM_Profile\AppData\Local\Microsoft\Office\14\OffliceFileCache Thanks Ang