How to stop all adobe products when installing a new version of adobe 2019
Solved
How to stop all adobe products when installing new version
Best answer by dan-snelson
@Andrewpants1 Here are a few snippets from a larger script which may prove helpful:
### Variables
loggedInUser=$( /usr/bin/stat -f%Su /dev/console ) # Currently logged in user
### Functions
killProcess(){
echo "Quit Adobe-related process: "${1}" ..."
/usr/bin/pkill -l -U ${loggedInUser} "${1}"
}
…
killProcess "Creative Cloud"
killProcess "CCLibrary"
killProcess "Core Sync"
killProcess "Core Sync Helper"
killProcess "Adobe Desktop Service"
killProcess "CCXProcess"Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
