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

推荐订阅源

Last Week in AI
Last Week in AI
H
Help Net Security
博客园 - 叶小钗
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
GbyAI
GbyAI
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
月光博客
月光博客
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
Vercel News
Vercel News

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.