想办法通过终点站设置Siri。我唯一需要做的就是取消选中“启用询问Siri”框。我能在没有整个Siri应用程序关闭的情况下编辑plist吗?

发布于 2022-11-30 11:55:08
负责此复选框的plist称为~/Library/Preferences/com.apple.assistant.support.plist。
若要更改值,您需要
cd ~/Library/Preferencessudo defaults write com.apple.assistant.support.plist "Assistant Enabled" 0通过重新打开窗口重新启动系统首选项
https://stackoverflow.com/questions/74376075
复制相似问题