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

how to change "save picture of selected area as a file" destination

when you press "Shift Command 4" to copy a selected area, it saves it to a file and i would like to know hwo to change that destination to anoter file like lets say desktop. Can someone help

Posted on May 26, 2018 9:21 AM

Reply

Similar questions

3 replies

May 26, 2018 10:07 AM in response to Onijish

It should automatically save to the Desktop folder. Do you have DropBox installed, it has a setting to intercept screen shots and send them elsewhere.


Otherwise, you have to use the Terminal to set the location:

defaults write com.apple.screencapture location /path/to/folder


For instance, if you want it to be your Documents folder, it would be:

defaults write com.apple.screencapture location ~/Documents


To return to the default of the Desktop folder, just delete the location property.

defaults delete com.apple.screencapture location

how to change "save picture of selected area as a file" destination

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