杂项-Mac关闭系统更新提示(macOS10.15.2可用)
说明
- 关闭系统更新提示(macOS10.15.2可用),此方法只是禁止了系统更新提示的红点以及弹窗,从设置里点开系统更新还是能检测到新系统
操作步骤
命令行执行
sudo mount -uw / sudo chmod 600 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager defaults write com.apple.systempreferences AttentionPrefBundleIDs 0;killall Dock # 执行完以上三个命令,重启电脑