Friends who use Macs should know that while pressing COMMAND + SHIFT + 3, you can quickly screen screenshots, while pressing COMMAND + SHIFT + 4, you can drag the cursor, select the area of the desired screenshot. But don't know if you've noticed that when you take a screenshot of a window, the screenshot always comes with the shadow (drop shadow), so today we'll learn how to get rid of these shadows.
Here's how to remove the window shadow from the Mac screenshot:
1, first open the Terminal window, and then enter the following instructions
Defaults write Com.apple.screencapture Disable-shadow-bool TRUE
2, click to confirm, enter the following instructions
Killall Systemuiserver
3, so when you have a window to screen screenshots, there will be no shadow. If you want to regain the "shadow", simply replace "TRUE" in the first line of instructions with "FALSE" when you repeat the above action.
4, the following image is to remove the window shadow after the screenshot effect: