mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.01k stars 8.74k forks source link

com.apple.SoftwareUpdate #962

Open michaelaguiar opened 2 years ago

michaelaguiar commented 2 years ago

I noticed the defaults write com.apple.SoftwareUpdate commands aren't working, though they do work with sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate ....

Do you see this as well, or am I doing something wrong? When running defaults write com.apple.SoftwareUpdate it updates ~/Library/Preferences/com.apple.SoftwareUpdate for the current user, but when running sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate, it updates the global preferences for all users.

Maybe SoftwareUpdate in particular is a global update that can't be set on the user level?