defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer
defaults write com.apple.dock single-app -bool true
killall Dock
Show all (hidden) files in Finder
defaults write com.apple.Finder AppleShowAllFiles TRUE
killall Finder
- Disable internal screen -
sudo nvram boot-args="iog=0x0"
- Reenable -
sudo nvram -d boot-args
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
killall Finder
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
killall NotificationCenter
To load again:
launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
QTKitServer
killall STOP quicklookd
killall STOP QTKitServer
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false