Created
October 27, 2013 11:53
-
-
Save 1951FDG/4471264a67b23ce60ba6 to your computer and use it in GitHub Desktop.
Some defaults commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write -g com.apple.mouse.scaling -1 | |
defaults write org.webkit.nightly.WebKit StartPageDisabled -bool YES | |
defaults delete -g NSFontPanelSizeSliderParams | |
defaults write com.apple.finder CreateDesktop -bool NO | |
defaults delete com.apple.finder CreateDesktop | |
killall Finder | |
defaults write com.apple.finder AppleShowAllFiles -bool YES | |
defaults delete com.apple.finder AppleShowAllFiles | |
killall Finder | |
defaults write com.apple.dashboard mcx-disabled -bool YES | |
defaults delete com.apple.dashboard mcx-disabled | |
killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment