Skip to content

Commit

Permalink
Fix killall list for CreativeCloud
Browse files Browse the repository at this point in the history
- Remove duplications
- Extend to cover hopefully all processes
  • Loading branch information
MyPictures authored May 2, 2021
1 parent 1ac9ae5 commit 955203d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions DisableAdobeServices.command
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ sudo santactl rule --silent-block --path "/Applications/Adobe Lightroom Classic/

#Main Adobe background services (without those, Photoshop and other Adobe applications wont run or hang)
sudo killall AdobeIPCBroker
sudo killall "Adobe Desktop Service"

#Crash handling for all Adobe applications
sudo killall AdobeCRDaemon
Expand All @@ -42,9 +41,11 @@ sudo killall "Creative Cloud Helper"
sudo killall "Adobe CEF Helper"
sudo killall "Adobe CEF Helper (GPU)"
sudo killall "Adobe CEF Helper (Renderer)"
sudo killall "Adobe CEF Helper"
sudo killall "Adobe CEF Helper (GPU)"
sudo killall "Adobe CEF Helper (Renderer)"
sudo killall Adobe_CCXProcess.node
sudo killall "Core Sync"
sudo killall "Adobe Desktop Service"
sudo killall "Adobe Installer"
sudo killall com.adobe.acc.installer.v2

#This is nessesary for the CCLibrary process from adobe, may also kill other node.js processes
#This is nessesary for the CCLibrary process from Adobe, may also kill other node.js processes
sudo killall node

0 comments on commit 955203d

Please sign in to comment.