Last active
May 23, 2023 03:04
-
-
Save unobatbayar/34f75c544204b7ef84ce1c2a289a608f to your computer and use it in GitHub Desktop.
Stop corespeechd. This process runs even when dictation, voice commands, siri, etc are disabled. It seems you have to clean install your OS and never agree to terms of services.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while true | |
do | |
killall corespeechd | |
echo "running" | |
sleep .3 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to kill process in Mac OS X and not have it restart on its own