Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Jasonondesign

macrumors newbie
Original poster
Nov 30, 2020
18
3
northampton ma
Back in the day when I took a screenshot (command-shift-4) it would put the screenshot directly into my downloads folder, but for the past couple o' versions of MacOS/OSX it instead brings up a little preview and I either have to wait for it to show up in downloads or click on that preview and click "done". Is there a setting that just pushes the screenshots to my downloads folder the second I take them?
 
Thank you +1. That's irritated me for months and never took the time to work out what was causing it (or indeed what the point of it is). Probably time I read the MacOS manual again to see what other features and options are in there. That's the trouble when you started with System 4.0 (yes on one floppy disk with a copy of Word as well... yawn.)
 
Alternative way, from Terminal:
- disable Floating Thumbnail
Code:
defaults write com.apple.screencapture show-thumbnail -bool NO
- enable Floating Thumbnail
Code:
defaults write com.apple.screencapture show-thumbnail -bool YES
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.