【取消mac的系统更新小圆点】

在 Mac 系统中,取消系统更新小圆点可以通过以下方法实现:

关闭自动更新并取消通知:

打开 "系统偏好设置",点击 "软件更新",关闭 "自动保持我的 Mac 最新" 选项。点击 "高级",取消勾选 "检查更新" 和 "下载新可用的更新",返回软件更新窗口,取消勾选 "在应用图标上显示通知"。

使用终端命令:

1、对于 macOS 13 Ventura 及更新版本,打开终端,依次输入以下三条命令:

bash 复制代码
defaults delete com.apple.systempreferences AttentionPrefBundleIDs
defaults delete com.apple.systempreferences DidShowPrefBundleIDs
killall Dock

2、对于 macOS 11~12 版本,可在终端中输入命令:

bash 复制代码
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && killall Dock
相关推荐
BugShare11 小时前
macOS 原生定时任务应用,简洁优雅、所见所得
macos
CyL_Cly1 天前
localsend安卓手机下载 支持win/mac/ubuntu
android·macos·智能手机
A懿轩A1 天前
Thaw:让 macOS 菜单栏重获新生的免费全能管理工具,适配 macOS Tache 26.4.1 系统,Ice平替活跃版,解决 Ice 常见报错问题
macos
无效的名字1 天前
mac下安装openclaw
macos
00后程序员张1 天前
完整指南 iOS App上架到App Store的步骤详解
macos·ios·小程序·uni-app·objective-c·cocoa·iphone
开开心心loky1 天前
[OC 底层] (二)类与对象底层原理
macos·ios·objective-c·cocoa
谢斯2 天前
[esp-idf]macos 环境安装 v6.0
macos
idolao2 天前
ANSYS 2024安装教程 Windows版:License Manager配置+环境变量+Fluent汉化指南
macos
Digitally2 天前
4 种方法将 Mac 联系人同步到 iPhone
macos·cocoa·iphone
黄毛火烧雪下2 天前
在 macOS 里配置环境变量
macos