Cipher Log

Chronicles in Language, Technology, and Law

Telling macOS Mojave to get out of my way

May 28, 2020

Reboot into Recovery mode. Disable SIP, Gatekeeper, and AMFI:

# csrutil disable
# spctl --master-disable
# nvram boot-args="amfi_get_out_of_my_way=1"

If you also want an external connected monitor to be your ONLY display (e.g., clamshell mode), you can replace the last command with this:

# nvram boot-args="iog=0x0 amfi_get_out_of_my_way=1"

Then reboot!

0 Comment(s)

Post a Comment