How do I remove an app from Security/Accessibility?
As per this in terms of adding an app:
http://support.apple.com/kb/HT6026
How can I remove an app from this list?
Thanks.
OS X Mavericks (10.9), 2008 MP 3.2gHz; 20GB RAM
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
As per this in terms of adding an app:
http://support.apple.com/kb/HT6026
How can I remove an app from this list?
Thanks.
OS X Mavericks (10.9), 2008 MP 3.2gHz; 20GB RAM
sudo sqlite3 /Library/Application\ Support/com.apple.TCC/Tcc.db 'delete from access where client like "%appnamehere%"'
Replace "appnamehere" with the name of the app as it appears in the Accessibility list (keep the % signs).
Thanks, very useful.
terminal command: tccutil reset Accessibility
How do I remove an app from Security/Accessibility?