Before installing Adobe apps, I've typically had a script run that kills all running Adobe Apps... because users don't listen or read.
Normally I've used
ps aux | grep Adobe | grep -v grep | killall Adobe
or
pkill Adobe*
... and its worked very well for years.
But now with the Cc 2017 apps don't respond to this. I get errors like:
pkill: signalling pid 12071: Operation not permitted
pkill: signalling pid 16961: Operation not permitted
pkill: signalling pid 18052: Operation not permitted
pkill: signalling pid 18054: Operation not permitted
or
No matching processes belonging to you were found
I'm seeing this mostly with AfterEffects cc 2017
Any other ways to kill Adobe?