<?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: Set IE default home page from a script</title>
	<atom:link href="http://www.intelliadmin.com/index.php/2007/08/set-ie-default-home-page-from-a-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com/index.php/2007/08/set-ie-default-home-page-from-a-script/</link>
	<description>Windows Network Administration Software</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:32:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Steve Wiseman</title>
		<link>http://www.intelliadmin.com/index.php/2007/08/set-ie-default-home-page-from-a-script/comment-page-1/#comment-3798</link>
		<dc:creator>Steve Wiseman</dc:creator>
		<pubDate>Thu, 06 Oct 2011 13:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/08/08/set-ie-default-home-page-from-a-script/#comment-3798</guid>
		<description>Hello Tim,

Thanks for taking the time to post this.</description>
		<content:encoded><![CDATA[<p>Hello Tim,</p>
<p>Thanks for taking the time to post this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.intelliadmin.com/index.php/2007/08/set-ie-default-home-page-from-a-script/comment-page-1/#comment-3797</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 06 Oct 2011 03:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/08/08/set-ie-default-home-page-from-a-script/#comment-3797</guid>
		<description>And here is how it should actually look:

&lt;code&gt;@echo off
set key=&quot;HKCU\Software\Microsoft\Internet Explorer\Main&quot;
set value=&quot;Start Page&quot;
set data=&quot;%1&quot;
reg.exe add %key% /v %value% /d %data% /f
&lt;/code&gt;

Note the &quot;&quot; around the %1</description>
		<content:encoded><![CDATA[<p>And here is how it should actually look:</p>
<p><code>@echo off<br />
set key="HKCU\Software\Microsoft\Internet Explorer\Main"<br />
set value="Start Page"<br />
set data="%1"<br />
reg.exe add %key% /v %value% /d %data% /f<br />
</code></p>
<p>Note the &#8220;&#8221; around the %1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.intelliadmin.com/index.php/2007/08/set-ie-default-home-page-from-a-script/comment-page-1/#comment-1066</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Thu, 30 Sep 2010 20:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/08/08/set-ie-default-home-page-from-a-script/#comment-1066</guid>
		<description>So how would I create a shortcut that would change my home and then start explorer?</description>
		<content:encoded><![CDATA[<p>So how would I create a shortcut that would change my home and then start explorer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.intelliadmin.com/index.php/2007/08/set-ie-default-home-page-from-a-script/comment-page-1/#comment-1059</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 29 Sep 2010 00:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/08/08/set-ie-default-home-page-from-a-script/#comment-1059</guid>
		<description>Thanks for the assist.

But your example is a little off and it took me a little while to debug. First, path you showed has spaces (&#039;Internet Explorer&#039;) So the path should be enclosed in double quotes. Also, the parameters are not delimited correctly. Need to remove the quotes from there. Here is what I got to work:

@echo off
set key=&quot;HKCU\Software\Microsoft\Internet Explorer\Main&quot;
set value=&quot;Start page&quot;
set data=%1
reg.exe add %key% /v %value% /d %data% /f</description>
		<content:encoded><![CDATA[<p>Thanks for the assist.</p>
<p>But your example is a little off and it took me a little while to debug. First, path you showed has spaces (&#8216;Internet Explorer&#8217;) So the path should be enclosed in double quotes. Also, the parameters are not delimited correctly. Need to remove the quotes from there. Here is what I got to work:</p>
<p>@echo off<br />
set key=&#8221;HKCU\Software\Microsoft\Internet Explorer\Main&#8221;<br />
set value=&#8221;Start page&#8221;<br />
set data=%1<br />
reg.exe add %key% /v %value% /d %data% /f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.intelliadmin.com/index.php/2007/08/set-ie-default-home-page-from-a-script/comment-page-1/#comment-681</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Thu, 03 Jun 2010 03:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/08/08/set-ie-default-home-page-from-a-script/#comment-681</guid>
		<description>What adjustments to this script (which works great for IE8 on Win7) are required to run under Citrix?</description>
		<content:encoded><![CDATA[<p>What adjustments to this script (which works great for IE8 on Win7) are required to run under Citrix?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

