Posted on 07-07-2015 12:38 PM
I am installing adobe cc 2015 in a lab using device licensing. The machines are setup to use ldap users and every login for both local and ldap users i get the annoying login to cc screen. Does anyone know where this lives or have a script for suppressing it from popping up?
Thanks in advance!
Posted on 07-07-2015 12:47 PM
Hi,
works for me on 2014 CC
#!/bin/sh
# Stop Creative Cloud opening at login
# Current logged in user
user=`ls -la /dev/console | cut -d " " -f 4`
# Run as user
sudo -u $user launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
Posted on 04-27-2017 10:44 AM
@RobertBasil Would this stop our issue of it randomly popping up asking for sign in?
Posted on 04-27-2017 01:56 PM
Unfortunately not. That script makes just stops CC from running at login. Nothing to do with our device licensing issues.