How to disable window shadow effect on macOS Big Sur

How to disable window shadow effect on macOS Big Sur.

You'll notice that when you take the screenshot on mac and you'll get the drop shadows in the screenshot.

 It's very easy to get rid of the screenshot drop shadow in macOS Big Sur when you take the screenshot on the new OS of mac. Just following few steps below:

How to disable window shadow effect on macOS Big Sur

1. Open the Terminal:

Terminal


2. Type the following command on Terminal:

defaults write com.apple.screencapture disable-shadow -bool true

and then hit Enter on the keyboard.

3. Then type the following command on the Terminal:

killall SystemUIServer

Like the screenshot below:

Commands on Terminal

Now try to capture screenshot and you'll notice that the drop shadows disappear.

How to Get Window Shadows Back in Screen Shots (the Default in macOS Big Sur)

If you want to revert to drop shadows again just type the following command on the Terminal:

defaults write com.apple.screencapture disable-shadow -bool false;killall SystemUIServer

I Hope you will enjoy capture your screenshots on macOS Big Sur.

Have a nice day.

Comments