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

相关推荐
mCell23 分钟前
从删库到跑路?这50个Linux命令能保你职业生涯
linux·windows·macos
fhf8 小时前
2025年了你会卸载Macbook上的应用吗?
macos·shell
归辞...9 小时前
「iOS」——内存五大分区
macos·ios·cocoa
穆雄雄13 小时前
备份一下我的 mac mini 的环境变量配置情况
macos
秃然想通1 天前
mac电脑搭载c、c++环境(基于vs code)
macos
归辞...1 天前
「iOS」——GCD其他方法详解
macos·ios·cocoa
啊啊啊~~1 天前
新mac电脑软件安装指南(前端开发用)
macos·node·n·oh my zsh·solarized
lm down1 天前
ComfyUI中运行Wan 2.1工作流,电影级视频,兼容Mac, Windows
人工智能·macos·ai作画·视频
天安彩1 天前
mac下 vscode 运行 c++无法弹出窗口
c++·vscode·macos·clang
太阳伞下的阿呆1 天前
配置Mac/Linux终端启动执行脚本
linux·运维·macos