macOS - 处理系统更新红点

文章目录


AttentionPrefBundleIDs 是一个字典

xml 复制代码
	<key>AttentionPrefBundleIDs</key>
	<dict>
		<key>com.apple.preferences.softwareupdate</key>
		<integer>1</integer>
	</dict>

  1. 首先在系统偏好设置中将软件更新中"自动保持我的Mac运行最新版本勾掉";
  2. 打开终端输入如下指令:
shell 复制代码
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0

killall Dock

BTW:

恢复提醒的方式,终端输入:

shell 复制代码
sudo softwareupdate --reset-ignored
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0

伊织 2021-01-25

相关推荐
共享家95274 小时前
linux-数据链路层
linux·网络·macos
CZIDC14 小时前
MacOS字体看起来比在 Windows 上更好?
macos
Cosmoshhhyyy21 小时前
linux远程部署dify和mac本地部署dify
linux·运维·macos
行星00821 小时前
mac 通过homebrew 安装和使用nvm
macos·npm·node.js
2501_928094651 天前
Mac电脑录屏工具 Omi录屏专家(Mac中文)
macos·mac·录屏工具·omi
森之鸟1 天前
Mac chrome浏览器下载DevEco Studio 6.0.0 Beta2失败
前端·chrome·macos
FairGuard手游加固2 天前
版本更新!FairGuard-Mac加固工具已上线!
macos
金玉满堂@bj2 天前
OS设备UDID查看方法
macos·objective-c·cocoa
庸懒2 天前
Electron自定义菜单栏及Mac最大化无效的问题解决
前端·macos·electron