Skip to content

Instantly share code, notes, and snippets.

@unbug
Forked from urbanautomaton/disable_autospell.md
Last active July 12, 2024 21:06
Show Gist options
  • Save unbug/d9653822c4f245ab15b0d186901728fa to your computer and use it in GitHub Desktop.
Save unbug/d9653822c4f245ab15b0d186901728fa to your computer and use it in GitHub Desktop.
disable autospell completely
sudo mv /System/Library/Services/AppleSpell.service{,.disabled}

Nvm. For anyone else having this problem you need to reboot your mac and press ⌘+R when booting up. Then go into Utilities > Terminal and type the following commands:

csrutil disable
reboot 

This is a result of System Integrity Protection.

After its work

csrutil enable
reboot 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment