Skip to main content
Question

Suppress or remove login prompt for Adobe Creative Cloud 2015

  • July 7, 2015
  • 3 replies
  • 11 views

Forum|alt.badge.img+1

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!

3 replies

Forum|alt.badge.img+12
  • Valued Contributor
  • July 7, 2015

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

Forum|alt.badge.img+5

@RobertBasil Would this stop our issue of it randomly popping up asking for sign in?


Forum|alt.badge.img+7
  • Contributor
  • April 27, 2017

Unfortunately not. That script makes just stops CC from running at login. Nothing to do with our device licensing issues.