Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to unlock an OS X app?

How can I unlock an app in OS X El Capitan? In the attached example, the Locked tick box is greyed out. I tried the chflags nouchg filename command in Terminal, but that did not unlock the app. Thx


User uploaded file

iMac, OS X Yosemite (10.10)

Posted on Jun 18, 2016 11:54 AM

Reply
11 replies

Jun 19, 2016 8:15 AM in response to BobHarris

Yes, I know how to use Finder to navigate to the folder where the CrashPlan uninstall app is supposed to be located. The problem is, I don't have that folder on my Mac. See attached image. Also, there is no CrashPlan folder under /Library/Application Support/ or ~/Library/Application Support/.


I've tried to re-install CrashPlan, but the reinstall fails because the CrashPlan.app already exists in my Applications folder. That's why I'm trying to unlock and delete the CrashPlan.app file.


User uploaded file

Jun 19, 2016 6:20 PM in response to pomme4moi

Then I suggest you re-install CrashPlan, and then the uninstaller should be there, and you can use it.


Otherwise, if you are comfortable working in the Terminal with Unix commands, you can play with things like

/bin/ls -dleO@ /Applications/CrashPlan.app

drwxrwxr-x@ 3 testing admin schg 102 May 29 11:32 /Applications/CrashPlan.app

com.apple.metadata:com_apple_backup_excludeItem 17

and see if it has any flags, such as 'schg' which is where the locked is coming from.


Then if you want to unlock it from the Terminal you could use

sudo /usr/bin/chflags -R noschg /Applications/CrashPlan.app

Password: <enter your account's password; it will not echo, but the Mac is seeing it; then press the return key>

After that it should be unlocked, and you can trash it easily.

How to unlock an OS X app?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.