Apple Intelligence is now available on iPhone, iPad, and Mac!

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I control where the screen shot goes?

I take screen shots often, but they pop up all over the desktop. How can I control where the screen shot goes? I'd like to have a "screenshot" folder and have them land there.

IMAC (RETINA 5K, 27-INCH, LATE 2015), iOS 10.3.3

Posted on Sep 21, 2018 10:05 AM

Reply
Question marked as Top-ranking reply

Posted on Sep 21, 2018 10:28 AM

viathelens wrote:


I take screen shots often, but they pop up all over the desktop. How can I control where the screen shot goes? I'd like to have a "screenshot" folder and have them land there.


You can change the "location" of where screen shots are saved by using the Terminal and a bit of the command line.


Applications/Utilities/Terminal.app


for example, say to your Desktop, you would copy and paste:


defaults write com.apple.screencapture location ~/Desktop/   && killall SystemUIServer


Another example, a folder "my_screenshots" on your Desktop:

defaults write com.apple.screencapture location ~/Desktop/my_screenshots   && killall SystemUIServer


http://osxdaily.com/2011/01/26/change-the-screenshot-save-file-location-in-mac-o s-x/

5 replies
Question marked as Top-ranking reply

Sep 21, 2018 10:28 AM in response to viathelens

viathelens wrote:


I take screen shots often, but they pop up all over the desktop. How can I control where the screen shot goes? I'd like to have a "screenshot" folder and have them land there.


You can change the "location" of where screen shots are saved by using the Terminal and a bit of the command line.


Applications/Utilities/Terminal.app


for example, say to your Desktop, you would copy and paste:


defaults write com.apple.screencapture location ~/Desktop/   && killall SystemUIServer


Another example, a folder "my_screenshots" on your Desktop:

defaults write com.apple.screencapture location ~/Desktop/my_screenshots   && killall SystemUIServer


http://osxdaily.com/2011/01/26/change-the-screenshot-save-file-location-in-mac-o s-x/

Sep 21, 2018 10:48 AM in response to viathelens

I rarely do a default save screen shot. I usually do Ctrl CMD Shift 4 which allow me to select the real estate I want to save. After moving the cursor to the location that captures what I want, I hit enter. Then I open Preview, hit CMD n and what I captured is there in front of me. I can then name it and save it where ever I choose.

How do I control where the screen shot goes?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.