Posted on 07-11-2018 12:10 PM
Any script or app I can make a policy for pushing out to all users in my company to clear out adobe caches automatically when the system switches on?
It should clear out caches for the users who are not logged in also?
I wanna remove files from this ~/Library/Application Support/Adobe/Common/Media Cache Files
Posted on 07-12-2018 05:37 AM
I don't have anything like this as far as script or app goes, but I do have an idea!
you could always create a launchdaemon & launchagent, for system boot & login. Then have it call a local script thats hidden somewhere on the computer that wipes the cache.
you could place all of necessary plists & scripts around the system using jamf with a policy, that way its one run & done!