<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Screen Captures: Change Save to Location</title>
	<atom:link href="http://www.dearcali.com/screen-captures-change-save-to-location/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dearcali.com/screen-captures-change-save-to-location/</link>
	<description>Tech Questions Answered by a Girl Geek</description>
	<pubDate>Fri, 21 Nov 2008 05:33:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Robert</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-8731</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 16 Feb 2008 15:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-8731</guid>
		<description>Just watched through all unwatched vids on Miro and stumbled upon this episode...
You could use the awesome tool Deeper to change this easily. http://screencast.com/t/ScdnBMpQ2
It can do a lot more as it actually is the non-admin part of Onyx. 
You can find it here: http://www.titanium.free.fr/pgs2/english/deeper.html</description>
		<content:encoded><![CDATA[<p>Just watched through all unwatched vids on Miro and stumbled upon this episode&#8230;<br />
You could use the awesome tool Deeper to change this easily. <a href="http://screencast.com/t/ScdnBMpQ2" rel="nofollow">http://screencast.com/t/ScdnBMpQ2</a><br />
It can do a lot more as it actually is the non-admin part of Onyx.<br />
You can find it here: <a href="http://www.titanium.free.fr/pgs2/english/deeper.html" rel="nofollow">http://www.titanium.free.fr/pgs2/english/deeper.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-8278</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Mon, 11 Feb 2008 03:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-8278</guid>
		<description>Mason, 

I do a number of screen captures on XP for my lesson plans and I use a free program called PrintScreen which works fine for my needs. 

http://www.gadwin.com/download/</description>
		<content:encoded><![CDATA[<p>Mason, </p>
<p>I do a number of screen captures on XP for my lesson plans and I use a free program called PrintScreen which works fine for my needs. </p>
<p><a href="http://www.gadwin.com/download/" rel="nofollow">http://www.gadwin.com/download/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geowar</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-8062</link>
		<dc:creator>geowar</dc:creator>
		<pubDate>Fri, 08 Feb 2008 00:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-8062</guid>
		<description>To change the location where screenshots will be stored type the following command in terminal:

term&#62; defaults write com.apple.screencapture location "${HOME}/Screenshots"

Make sure that location exists!

To change the format of the saved file:

term&#62; defaults write com.apple.screencapture type "jpg"

To restart the system UI server (so screen capture will use your new settings) ether logout or:
term&#62; killall SystemUIServer

To verify the settings:

term defaults read com.apple.screencapture

It should output something like this

{
    location = "/Users//Screenshots";
    type = jpg;
}</description>
		<content:encoded><![CDATA[<p>To change the location where screenshots will be stored type the following command in terminal:</p>
<p>term&gt; defaults write com.apple.screencapture location &#8220;${HOME}/Screenshots&#8221;</p>
<p>Make sure that location exists!</p>
<p>To change the format of the saved file:</p>
<p>term&gt; defaults write com.apple.screencapture type &#8220;jpg&#8221;</p>
<p>To restart the system UI server (so screen capture will use your new settings) ether logout or:<br />
term&gt; killall SystemUIServer</p>
<p>To verify the settings:</p>
<p>term defaults read com.apple.screencapture</p>
<p>It should output something like this</p>
<p>{<br />
    location = &#8220;/Users//Screenshots&#8221;;<br />
    type = jpg;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mason</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7956</link>
		<dc:creator>Mason</dc:creator>
		<pubDate>Wed, 06 Feb 2008 18:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7956</guid>
		<description>Any utilities for XP other than Jing? I can't seem to get Jing to capture the File, Edit, etc. menus.</description>
		<content:encoded><![CDATA[<p>Any utilities for XP other than Jing? I can&#8217;t seem to get Jing to capture the File, Edit, etc. menus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhet Turnbull</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7611</link>
		<dc:creator>Rhet Turnbull</dc:creator>
		<pubDate>Sun, 03 Feb 2008 03:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7611</guid>
		<description>You can change the screen capture location with:
defaults write com.apple.screencapture location /Full/Path/To/Folder

and the format with
defaults write com.apple.screencapture type xxx
where xxx=pdf, jpg, tif, png, etc

Both of these require that you log out and log back in.</description>
		<content:encoded><![CDATA[<p>You can change the screen capture location with:<br />
defaults write com.apple.screencapture location /Full/Path/To/Folder</p>
<p>and the format with<br />
defaults write com.apple.screencapture type xxx<br />
where xxx=pdf, jpg, tif, png, etc</p>
<p>Both of these require that you log out and log back in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Meyer</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7603</link>
		<dc:creator>Tony Meyer</dc:creator>
		<pubDate>Sun, 03 Feb 2008 00:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7603</guid>
		<description>You can also change the file type using the defaults command as well::

defaults write NSGlobalDomain AppleScreenShotFormat JPEG</description>
		<content:encoded><![CDATA[<p>You can also change the file type using the defaults command as well::</p>
<p>defaults write NSGlobalDomain AppleScreenShotFormat JPEG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpitkin</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7559</link>
		<dc:creator>jpitkin</dc:creator>
		<pubDate>Sat, 02 Feb 2008 12:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7559</guid>
		<description>I just had the same problem yesterday! 

My solution was provided by 'macosxhints.com'

http://tinyurl.com/2uzd66</description>
		<content:encoded><![CDATA[<p>I just had the same problem yesterday! </p>
<p>My solution was provided by &#8216;macosxhints.com&#8217;</p>
<p><a href="http://tinyurl.com/2uzd66" rel="nofollow">http://tinyurl.com/2uzd66</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7523</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 02 Feb 2008 00:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dearcali.com/screen-captures-change-save-to-location/#comment-7523</guid>
		<description>TinkerTool is a free application for the Mac that let's you change the system settings for a bunch of things, including image capture type and destination. Screen shot settings are under the general tab.

http://www.bresink.de/osx/TinkerTool.html</description>
		<content:encoded><![CDATA[<p>TinkerTool is a free application for the Mac that let&#8217;s you change the system settings for a bunch of things, including image capture type and destination. Screen shot settings are under the general tab.</p>
<p><a href="http://www.bresink.de/osx/TinkerTool.html" rel="nofollow">http://www.bresink.de/osx/TinkerTool.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
