MacOS 如何去除 dock 栏的系统设置 APP 的更新提示角标

2023-03-10 11:46:15 +08:00
 kanger
强迫症受不了这个角标,试了以下命令无效:

defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
Killall Dock
提示 command not found

跪求新方案,目前系统 monterey 12.6.3 ,打算当养老版本了,不再升了
1132 次点击
所在节点    macOS
2 条回复
zzsong
2023-03-11 02:36:34 +08:00
很简单,把设置从 dock 栏移除就行了。
sencat31
2023-03-11 20:30:28 +08:00
macOS 禁用更新:
关闭「系统偏好」里的「自动更新」
删除 ~/Library/Preferences/com.apple.preferences.softwareupdate.plist
修改更新服务器:
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://su.example.com:8088/index.sucatalog
killall Dock

恢复:
sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate CatalogURL
执行完成后重新打开一次更新检查就可以了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/922833

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX