Disable Screenshot Drop Shadows In Os X
When you take screenshots of applications in MacOS and OSX, the system automatically adds a dropshadow. This looks great but may not be ideal for every use (for example, when taking screenshots for howchoo guides). This guide tells you how to disable this feature.
Open Terminal
Navigate to Applications > Utilities > Terminal.
Disable drop-shadows
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool trueThen, paste the following command into Terminal and press Enter:
killall SystemUIServerTo undo this
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool falseThen, paste the following command into Terminal and press Enter:
killall SystemUIServerOpen Terminal
Navigate to Applications > Utilities > Terminal.
Disable drop-shadows
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool trueThen, paste the following command into Terminal and press Enter:
killall SystemUIServerTo undo this
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool falseThen, paste the following command into Terminal and press Enter:
killall SystemUIServerOpen Terminal
Navigate to Applications > Utilities > Terminal.
Disable drop-shadows
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool trueThen, paste the following command into Terminal and press Enter:
killall SystemUIServerTo undo this
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool falseThen, paste the following command into Terminal and press Enter:
killall SystemUIServerOpen Terminal
Navigate to Applications > Utilities > Terminal.
Disable drop-shadows
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool trueThen, paste the following command into Terminal and press Enter:
killall SystemUIServerTo undo this
Paste the following command into Terminal and press Enter:
defaults write com.apple.screencapture disable-shadow -bool falseThen, paste the following command into Terminal and press Enter:
killall SystemUIServer