Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Jan 4, 2021
1 parent 099291f commit e011619
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ defaults write com.apple.loginwindow TALLogoutSavesState -bool FALSE
defaults write com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE
```

### Disable system update
### Disable system update red notice
```
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
defaults delete com.apple.systempreferences AttentionPrefBundleIDs && killall Dock
```

### Disable App Store Update Notification
```
sudo defaults write /Library/Preferences/com.apple.AppStore.plist DisableSoftwareUpdateNotifications -bool TRUE
defaults write /Library/Preferences/com.apple.AppStore.plist DisableSoftwareUpdateNotifications -bool TRUE
```

### Disable system update notice
```
sudo chmod 644 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
```

### Delete system file
Expand Down

0 comments on commit e011619

Please sign in to comment.