I've installed Adobe Creative Cloud and removed few days ago,
but it still remains 'com.adobe.acc.installer.v2' on Files and Folders permission.
How can I remove this?
I even cannot find this file on my mac.
Waiting for your intelligence.
Thank you.
41 Answer
Solution
1. Delete the following files :
- /Library/PrivilegedHelperTools/com.adobe.acc.installer.v2
- /Library/LaunchDaemons/com.adobe.acc.installer.v2.plist
or
- /System/Volumes/Data/Library/PrivilegedHelperTools/com.adobe.acc.installer.v2
- /System/Volumes/Data/Library/LaunchDaemons/com.adobe.acc.installer.v2.plist
2. Open Terminal and execute the bellow command :
sudo tccutil reset SystemPolicyDesktopFolder 3. Reboot
P.S. If com.adobe.acc.installer.v2 has access to other locations, the guide for using tccutil bellow :
sudo tccutil reset CATEGORY CATEGORIES :
- Accessibility
- AddressBook
- AppleEvents
- Calendar
- Camera
- Microphone
- Photos
- Reminders
- ScreenCapture
- SystemPolicyAllFiles
- SystemPolicyDesktopFolder
- SystemPolicyDeveloperFiles
- SystemPolicyDocumentsFolder
- SystemPolicyDownloadsFolder
- SystemPolicyNetworkVolumes
- SystemPolicyRemovableVolumes
- SystemPolicySysAdminFiles
Best, Elie