如何彻底屏蔽 macOS26 更新提示,不在乎红点,只在乎右侧弹出的更新通知

ly1878 2026-09-12 14:57 1

原因是担心误按了稍后更新之类,之前用过 macOS 小助手,屏蔽红点功能,貌似有点效果好像不彻底,没安装之前,只要用了 pd 虚拟机后,必定弹出更新 macOS 通知,安装小助手后,没见过弹通知了,但是间隔一两个月不定期总是会有更新提示,好像是和苹果官方推送更新的时间接近,平时倒是不会提醒,但是仍然担心,有什么办法可以彻底禁用更新通知?类似 iOS 上 tvOS 办法有吗?


还望大佬指点。

最新回复 (4)
  • Lotii 09-12 15:30
    1
    开 beta 版更新不就好了
  • BlueSpace4512 09-12 16:22
    2
    分流规则里把 apple 的更新域名禁了就行,网上有系统更新的域名分流规则
  • pchychina 09-12 20:36
    3
    二楼正解,我也是屏蔽域名,终于轻松了。
  • jerrywaffle 09-13 22:03
    4
    试试这个,对旧版有用,但是 macOS26 还没测试过。

    defaults read com.apple.SoftwareUpdate
    # MajorOSUserNotificationDate tracks major OS upgrade notifications (like from macOS 14 to macOS 15
    defaults write com.apple.SoftwareUpdate MajorOSUserNotificationDate -date "2030-03-07 23:22:47 +0000"

    # UserNotificationDate controls general update prompts for minor or regular updates
    defaults write com.apple.SoftwareUpdate UserNotificationDate -date "2030-02-07 23:22:47 +0000"

    # Big Sur Mac App Store Notification
    defaults read com.apple.appstored
    defaults write com.apple.appstored LastUpdateNotification -date "2029-12-12 12:00:00 +0000"
* 帖子来源V2EX
返回