Posted on 09-13-2019 07:48 AM
Hello Everyone,
I know there are ways to get into the update tool via system preferences and disable the auto update process from running, but I can't find a definitive solution to do this in a script or some other tool for computers in labs, specifically laptops.
The script I used in the past doesn't seem to be working with Mojave. It really is only a defaults write command for two commands.
defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticCheckEnabled -bool FALSE
defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticDownload -bool FALSE
Does anyone have a tried and tested solution that works? Most of our computers are fine, but we have some heavily tweaked physics laptops that we want to keep the same throughout the semester without changing a thing until winter break.
Thank you in advance.
Posted on 09-13-2019 11:38 AM
We always used the Files and Processes in the past.
It worked in High Sierra. We have not used it this year though as the default is set to off.
Posted on 09-16-2019 11:20 AM
Thank you for this @rhooper this is helpful. Let me ask, in your command, is that a double dash or a single dash?
Posted on 09-16-2019 01:17 PM
A double
Posted on 12-04-2019 09:16 AM
@mconnor I just performed the process sudo softwareupdate --schedule off and it worked to disable the search fo rany and all updates in the System Preference > Software Update window.
This seems to work for Sierra, High Sierra, and Mojave. Have yer to try it with Catalina.
I did notice that under the users Library/Preferences that there is not much in the area of Software Updates listed in the plist, but there is a com.apple.scheduler.plist.
Just some food for thought.
Posted on 12-04-2019 09:51 AM
Note: while in the Main Library there is a SoftwareUpdate.plist but using the scripts above changes nothing.
So I may try sudo softwareupdate to make changes... will let you know.
Now to get rid of the little red badge in the upper corner. Does anyone have any clue how to stop this annoying badge?
Posted on 02-12-2021 04:55 AM
Hello together,
did anybody know how to disable OS Upgrades, but enable Updates only?
Perfect when we can def. the updates too.
Greetings from Germany
Posted on 08-05-2021 10:43 AM
I'd like to know this too. Thanks for any input guys