惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
博客园 - 司徒正美
S
SegmentFault 最新的问题
Jina AI
Jina AI
美团技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
WordPress大学
WordPress大学
爱范儿
爱范儿
博客园 - Franky
量子位
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网

remy sharp's l:inks

Deno Style Guide Easy 6502 by skilldrick Profiling React.js Performance BEM Naming Cheat Sheet by 9elements Visual 6502 Remix Elijah Manor (@elijahmanor) on X All – Tiny Helpers AST explorer Insecure How to Authenticate with Next.js and Auth0: A Guide for Every Deployment Model Revealed: quarter of all tweets about climate crisis produced by bots I Add 3-25 Seconds of Latency to Every Page I Visit GitHub - ericchiang/pup: Parsing HTML at the command line Browserling – Online cross-browser testing Error Handling with GraphQL and Apollo Schwerkraftprojektionsgerät Maskable.app It’s 2020 and you’re in the future Emulators written in JavaScript | Frederic Cambus The Size of Space systemfontstack JavaScript isn’t always available and it’s not the user’s fault Programming Fonts - Test Drive Screen Size Map GitHub - Yonet/MixedRealityResources: Mixed Reality related resources The Lines of Code That Changed Everything Notes from the Internet Health Report 2019 CopyPalette Generative Artistry Profile a React App for Performance
How To Turn Off Catalina Update Notifications (Prompts & ...
Serhat Kurt · 2020-01-31 · via remy sharp's l:inks

This short tip teaches you how you can disable Catalina upgrade notifications in the System Preference’s Dock icon and the ‘Upgrade Now’ prompt in the Software Update pane in macOS. You may want to do so, if you are not ready for the upgrade (such as Catalina compatibility issues etc) and if the notifications annoy you. These are just a few reasons why you’d want to stop macOS Catalina from showing up in Software Updates on your Mac. Since you want to disable this, you also would not want to see the red notification bubbles indicating that you have updates available. Do you also want to turn off upgrade notification badges in the dock? Then this article is for you.

How to Disable Update Notification in Software Update

Catalina update notification

This is very easy to do:

Please follow the steps:

1. Close the System Preferences app.

2. Open the Terminal app (Applications / Utilities; or you may use Spotlight)

3. Enter the following command and press enter. You may have to enter your password.

sudo softwareupdate --ignore "macOS Catalina"

4. Catalina Upgrade notice will disappear now. You will see the when you open System Preferences (Apple menu > System Preferences > Software Update)

However, you may want to undo this later when you are ready to upgrade. You can do so easily as well. Here is how:

1. Again open the Terminal app.

2. And enter the following command and hit enter (again you may have to enter your password):

sudo softwareupdate --reset-ignored

This will make Catalina Upgrade appear again.

How to disable Catalina Update Badge Notifications (the red bubble icon) in the dock

Settings Update Badge

1. Open the Terminal app.

2. Enter the following command and hit enter

defaults write com.apple.systempreferences AttentionPrefBundleIDs 0

3. Now you will need to restart the dock by entering the following command in the Terminal and pressing enter:

killall Dock

4. The dock will restart and you will not see the notifications badges.

See also: Notifications Disappearing From Lock Screen? Fix

Dr. Serhat Kurt worked as a Senior Technology Director specializing in Apple solutions for small and medium-sized educational institutions. He holds a doctoral degree (or doctorate) from the University of Illinois at Urbana / Champaign and a master’s degree from Purdue University. He is a former faculty member. Here is his LinkedIn profile and Google Scholar profile. Email Serhat Kurt.