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

相关推荐
June bug10 小时前
(Mac)macOS x86_64上onnxruntime==1.24.4 安装失败
macos
ACP广源盛1392462567312 小时前
iOS 27 开放 AI 生态@ACP#小型化扩展黄金风口,IX8008全面超越 ASM2806,铸就嵌入式 AI 扩展核心
人工智能·嵌入式硬件·macos·ios·计算机外设·objective-c·cocoa
海的辽阔16 小时前
如何在MAC下安装EcomGpt模型
macos·大模型·ecomgpt
zandy101117 小时前
hermes agent 安装教程 3.0:Win / Mac / Linux 全平台指南
linux·运维·macos
花开·莫之弃18 小时前
Mac安装多版本jdk(jenv)
java·开发语言·macos
June bug21 小时前
(Mac)torch==2.1.2 与 Python 3.12 不兼容+onnxruntime-silicon 不支持 Intel Mac
开发语言·python·macos
码农小北1 天前
MAC 配置鸿蒙(HarmonyOS) SDK 环境变量完整指南
macos·华为·harmonyos
June bug1 天前
Intel Mac 搭建AI后端项目环境 三次报错问题汇总+完整解决方案
人工智能·macos
viperrrrrrrrrr71 天前
语音AI的2026:从“听见声音“到“理解世界“
人工智能·macos·语言模型
初願致夕霞1 天前
Linux网络编程_数据链路层MAC帧协议与ARP协议
linux·网络·网络协议·macos