mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Stop macOS re-opening everything on restart
This commit is contained in:
parent
1270e9565b
commit
2032bd698e
@ -94,6 +94,10 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
|
||||
# Disable auto-correct
|
||||
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
|
||||
|
||||
# Don't reopen all the apps when the computer restarts
|
||||
defaults write com.apple.loginwindow TALLogoutSavesState -bool false
|
||||
defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false
|
||||
|
||||
###############################################################################
|
||||
# Trackpad, mouse, keyboard, Bluetooth accessories, and input #
|
||||
###############################################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user