Disable Shadows on Mac Screenshots

Disable Shadows on Mac Screenshots

I discovered this when I wanted to take screenshots on a Mac without the shadows.

Open terminal and type this:

defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer

Here's a link to the article where I found it.

Add Comment

Put code snippets inside language tags:
[language] [/language]

Examples:
[javascript] [/javascript]
[actionscript] [/actionscript]
[csharp] [/csharp]

See here for supported languages.

Javascript must be enabled to submit anonymous comments - or you can login.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.