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

相关推荐
小狮子安度因8 小时前
关于ffplay在macos上运行奔溃的问题
macos·ffmpeg
Mac技巧大咖9 小时前
恶意软件清理工具,让Mac电脑安全更简单
安全·macos·恶意软件清理工具
一丝晨光18 小时前
Windows搭建Swift语言编译环境?如何构建ObjC语言编译环境?Swift如何引入ObjC框架?Interface Builder的历史?
linux·windows·macos·ios·objective-c·xcode·swift
面壁者LOGIC18 小时前
xcode 编译运行错误 Sandbox: rsync(29343) deny(1) file-write-create
macos·xcode
面壁者LOGIC18 小时前
xcode卡死问题,无论打开什么程序xcode总是在转菊花,重启电脑,卸载重装都不行
macos·xcode
他们都不看好你,偏偏你最不争气1 天前
iOS —— UI 初探
开发语言·macos·ui·ios·objective-c·面向对象
youshang520i1 天前
Mac M1编译OpenCV获取libopencv_java490.dylib文件
opencv·macos
橙子小哥的代码世界1 天前
【大模型部署】mac m1本地部署 ChatGLM3-6B 超详细教程
深度学习·神经网络·macos·大模型·transformer·chatglm·踩坑记录
__WanG1 天前
Mac 每日磁盘写入量异常高
macos
lizz6661 天前
MAC软件游戏打开提示已损坏
游戏·macos