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.

4

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy