I’m just getting around to setting up my new Macbook Pro and figured I’d document my experiences in case it helps anyone else.
In order to write tutorials I need to take screenshots and by default Mac’s save screenshots to the Desktop, which I don’t like because the Desktop tends to get cluttered very quickly.
Instead, I prefer to keep them in a separate folder reserved only for screenshots.
To change the default screenshot location, follow these instructions:
1) Create a folder called Screenshots in your Pictures folder (or wherever):
2) Open up Terminal and enter the following (one line):
defaults write com.apple.screencapture location /Users/yourlogin/Pictures/Screenshots
(Replacing yourlogin with your login name.)
3) Restart your computer for the changes to take effect
After you restart, new screenshots will be automatically saved to the Screenshots folder instead of the Desktop:
Hat tip to Macworld for the original instructions.
Hello,
Thanks for the command.
You actually do not need to restart the computer, you can type the following in the terminal:
killall SystemUIServer
best,
vioannid