<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Save Downloaded Files From Firefox Browser At The Preferred Location</title>
	<atom:link href="http://www.mydigitallife.info/2008/12/15/save-downloaded-files-from-firefox-browser-at-the-preferred-location/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2008/12/15/save-downloaded-files-from-firefox-browser-at-the-preferred-location/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Wed, 23 Dec 2009 22:08:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BGD</title>
		<link>http://www.mydigitallife.info/2008/12/15/save-downloaded-files-from-firefox-browser-at-the-preferred-location/comment-page-1/#comment-594082</link>
		<dc:creator>BGD</dc:creator>
		<pubDate>Sun, 23 Aug 2009 05:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2008/12/15/save-downloaded-files-from-firefox-browser-at-the-preferred-location/#comment-594082</guid>
		<description>Taking this one step further, you might have multiple preferred locations. For that purpose you can define the shortcuts in the location dropdown list with the below batch script. Works at least for FF and IE, the automatic code tag locating probably only works in Vista. You can however always manually look it up in the Windows registry and add it in the batch script...

&lt;code&gt;
@echo off
setLocal EnableDelayedExpansion

for /f &quot;tokens=* delims= &quot; %%a in (&#039;dir/b %windir%\System32\appmgmt\S-1-5-21-*.&#039;) do ( set id=%%a
)

:: Manual ID tag setting (uncomment line below and enter correct ID tag):
::set id=S-1-5-21-?????????-??????????-??????????-????

if &quot;%id%&quot;==&quot;&quot; echo Locating ID tag failed, please add ID tag manually in batch file... &amp;pause&gt;nul &amp;exit

REG DELETE &quot;HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs&quot; /va /f
REG ADD &quot;HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs&quot; /v url1 /t REG_SZ /d &quot;%username%&quot; /f
REG ADD &quot;HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs&quot; /v url3 /t REG_SZ /d &quot;%userprofile%\Downloads&quot; /f
REG ADD &quot;HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs&quot; /v url4 /t REG_SZ /d &quot;D:\&quot; /f

exit
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Taking this one step further, you might have multiple preferred locations. For that purpose you can define the shortcuts in the location dropdown list with the below batch script. Works at least for FF and IE, the automatic code tag locating probably only works in Vista. You can however always manually look it up in the Windows registry and add it in the batch script&#8230;</p>
<p><code><br />
@echo off<br />
setLocal EnableDelayedExpansion</p>
<p>for /f "tokens=* delims= " %%a in ('dir/b %windir%\System32\appmgmt\S-1-5-21-*.') do ( set id=%%a<br />
)</p>
<p>:: Manual ID tag setting (uncomment line below and enter correct ID tag):<br />
::set id=S-1-5-21-?????????-??????????-??????????-????</p>
<p>if "%id%"=="" echo Locating ID tag failed, please add ID tag manually in batch file... &amp;pause&gt;nul &amp;exit</p>
<p>REG DELETE "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /va /f<br />
REG ADD "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /v url1 /t REG_SZ /d "%username%" /f<br />
REG ADD "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /v url3 /t REG_SZ /d "%userprofile%\Downloads" /f<br />
REG ADD "HKEY_USERS\%id%\Software\Microsoft\Internet Explorer\TypedURLs" /v url4 /t REG_SZ /d "D:\" /f</p>
<p>exit<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
