MoeClub před 5 roky
rodič
revize
502b1319c1
1 změnil soubory, kde provedl 11 přidání a 6 odebrání
  1. 11 6
      README.md

+ 11 - 6
README.md

@@ -3,7 +3,17 @@
 ## MacOS
 ### Uncheck "Reopen windows when logging back in" by defaults
 ```
-defaults write com.apple.loginwindow TALLogoutSavesState -bool false
+defaults write com.apple.loginwindow TALLogoutSavesState -bool FALSE
+```
+
+### Disable system update
+```
+defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
+```
+
+### Disable App Store Update Notification
+```
+sudo defaults write /Library/Preferences/com.apple.AppStore.plist DisableSoftwareUpdateNotifications -bool TRUE
 ```
 
 ### Delete system file
@@ -27,11 +37,6 @@ sudo rm -rf /System/Applications/Music.app
 csrutil enable
 ```
 
-### Disable sofeware update
-```
-defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
-```
-
 # Modify user name and folder
 - Create a user as Administrator, like "temp".
 - Login "temp".