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

相关推荐
67号宇航员13 小时前
【取消mac的系统更新小圆点】
macos
疯笔码良14 小时前
【Flutter】flutter安装并在Xcode上应用
flutter·macos·xcode
2501_9151063214 小时前
iOS 26 APP 性能测试实战攻略:多工具组合辅助方案
android·macos·ios·小程序·uni-app·cocoa·iphone
xingxing_F17 小时前
PDF Protector for mac PDF文档加密解密工具
macos·pdf
lcz-200018 小时前
MacOS 安装器安装,正在等待其他安装完成
macos
至善迎风18 小时前
把 Python 应用打包成 Mac 应用程序 — 完整指南
python·macos
尽兴-18 小时前
【10 分钟!M4 Mac mini 离线部署「私有 ChatGPT」完整实录】
macos·ai·chatgpt·大模型·ollama·私有化
xingxing_F18 小时前
Initiater for mac 小巧的菜单栏OCR工具
macos·ocr
2501_915921431 天前
iOS 应用加固与苹果软件混淆全解析 IPA 文件防反编译、混淆加密与无源码加固策略
android·macos·ios·小程序·uni-app·cocoa·iphone
小易不咸鱼1 天前
ntfs可以用在mac上吗?3 种实用方案,解决Mac与NTFS硬盘兼容问题
macos