casbug.blogg.se

Disable accessibiity in mac os 10.12
Disable accessibiity in mac os 10.12





If you run into that problem, use the sudo launchctl load command instead to enable both indexing and Spotlight. Sudo launchctl load -w /System/Library/LaunchDaemons/.plistĪgain, the alternate approach is the indexing related “sudo mdutil -a -i on” command, but that method can throw the “Spotlight server is disabled” error and not allow you to turn it back on. The guaranteed way to reenable Spotlight is to reload it into launchd using launchctl:

disable accessibiity in mac os 10.12

Sudo launchctl unload -w /System/Library/LaunchDaemons/.plistĪnother approach is to use the older indexing method of “sudo mdutil -a -i off” which turns off indexing only, but more on that in a minute. The primary method is using launchctl, this will require the administrative password: This will effect indexing on all drives connected to the Mac.

disable accessibiity in mac os 10.12

Open up the Terminal (found in /Applications/Utilities/) and enter the following commands based on the need to either disable or reenable Spotlight indexing.







Disable accessibiity in mac os 10.12