Aussie owned and operated, with 23+ years of industry experience, Gold Coast InfoTech is delighted to support all of your business technology requirements.

Gallery

Contacts

success@goldcoastinfotech.com.au

1800 291 071

KBArticles

Apple Mac OSX Security and Privacy Allow Button is not working

Problem

From time to time there seems to be some ongoing issues where Apple Mac OSX Security and Privacy Allow Button is not working.

No matter how many times you click ‘allow’ it simple doesn’t function (yet the button highlights blue as if its been pressed) and this happens regardless of whether you unlock the ‘padlock’ to make changes.

Seems its something to do with actually clicking the allow button when you are attempting to unblock system extensions via the Security and Privacy system preferences.

This also doesn’t seems to be resolved with removing mouse / track pad preferences as some sites have suggest.

Image result for allow button not working mac

Workaround

Effectively we are going to program a click on the button using Apple Script instead of a manual mouse click using the Screenshot program to get the coordinates of the allow button when the system preferences window is open.

  1. Open the Apple Script editor (Applications > Utilities > Script Editor)

2. Enter the following

tell application "System Events"
	click at {x, y}
end tell

3. Use Command > Shift and 4 (Mac OSX Built in selective screenshot tool) and hover the cursor over your ‘allow’ button which will give you the x and y coordinates for the ‘click’

Cursor when the selective screenshot is active (use the displayed numbers for your X and Y coordinates)

 

4. Enter the correct coordinates in the script then press the Play button

The allow button should then ‘be pressed’ as expected giving you access to see the extensions that are blocked so you can selective enable them then click OK.

Hope this helps

JSCS

Author

Customer

Comments (5)

  1. Philipp
    5 December 2018

    lifesaver! thank you.

  2. jaybirdie
    23 January 2019

    Hi,
    I’ve just tried to do that, but then my Mac says I need to grant security privacy access, to the Script Editor, which is what I want to do in the first place. Catch 22…

    • Oldboy
      20 May 2021

      In Security & Privacy in System Prefs, click on the ‘Privacy’ tab, then unlock it to make changes, click the ‘+’ button, then navigate to ‘Utilities’ and click on Script Editor to allow it to control your computer.

  3. Jeremy
    29 April 2019

    Thank you so much for this!
    Cured my problem – but what an internet hunt!
    Again, muchos kudos šŸ˜‰

  4. Jeff
    8 October 2019

    It worked!!!

Leave a comment

Your email address will not be published. Required fields are marked *