Greytree

TamWiki

For a mouse who is a packrat

Technology » Change Screenshot Location
How to have your screen captures saved into a different directory than the Desktop

Summary:this is what goes at the top of the site

(redirected from Main.ChangeScreenshotLocation)

From: OSX Daily

Change the Screenshot Save File Location in Mac OS X

Mac OS X, Tips & Tricks - January 26th, 2011

By default, anytime you take a screen capture in Mac OS X it will save the screenshot file to the current users desktop. You can adjust where Mac OS X saves a captured screenshot to any other location, here is how to do this:

Launch Terminal and use the following syntax:

  defaults write com.apple.screencapture location /path/

For example, if I want to have the screenshots appear in my Pictures folder, I would use:

  defaults write com.apple.screencapture location ~/Pictures/

To have the changes take effect, you then must type:

  killall SystemUIServer

So the next time you take a screenshot (or as Windows converts like to say, Print Screen on a Mac), the screenshot file will appear at the location you specified.

You can change the saved screenshot location back to the default setting by specifying the desktop again:

  defaults write com.apple.screencapture location ~/Desktop/

Again, you’d need to kill SystemUIServer for changes to take effect.


Tags: Categories: Articles

Recent Changes | Printable View | Page History | Edit Page
Page last modified on April 09, 2012, at 09:19 AM by tamara