<?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 the default email client across your network</title>
	<atom:link href="http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/</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: Summerisle</title>
		<link>http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/comment-page-1/#comment-3762</link>
		<dc:creator>Summerisle</dc:creator>
		<pubDate>Tue, 20 Sep 2011 14:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/10/30/set-the-default-email-client-across-your-network/#comment-3762</guid>
		<description>Actually I found the reason it wasnt working - be careful if you cut and paste the example as it uses alternate quotes “” instead of &quot;&quot;
which will cause an error !</description>
		<content:encoded><![CDATA[<p>Actually I found the reason it wasnt working &#8211; be careful if you cut and paste the example as it uses alternate quotes “” instead of &#8220;&#8221;<br />
which will cause an error !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Summerisle</title>
		<link>http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/comment-page-1/#comment-3761</link>
		<dc:creator>Summerisle</dc:creator>
		<pubDate>Tue, 20 Sep 2011 13:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/10/30/set-the-default-email-client-across-your-network/#comment-3761</guid>
		<description>I found I got a too many command line parameters error. I needed to re-arrange the statement to:
reg add HKLM\Software\Clients\Mail /ve /d “Microsoft Outlook” /f</description>
		<content:encoded><![CDATA[<p>I found I got a too many command line parameters error. I needed to re-arrange the statement to:<br />
reg add HKLM\Software\Clients\Mail /ve /d “Microsoft Outlook” /f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Showkat</title>
		<link>http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/comment-page-1/#comment-1129</link>
		<dc:creator>Showkat</dc:creator>
		<pubDate>Fri, 29 Oct 2010 21:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/10/30/set-the-default-email-client-across-your-network/#comment-1129</guid>
		<description>Hi

How can you set default mail client using the AD login script for non admin user?
http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/ your article set this to computer configuration side but I want to run it as normal user on normal user side.
Any help would appriciated.

Regards

Showkat</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>How can you set default mail client using the AD login script for non admin user?<br />
<a href="http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/" rel="nofollow">http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/</a> your article set this to computer configuration side but I want to run it as normal user on normal user side.<br />
Any help would appriciated.</p>
<p>Regards</p>
<p>Showkat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janel Runtu</title>
		<link>http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/comment-page-1/#comment-721</link>
		<dc:creator>Janel Runtu</dc:creator>
		<pubDate>Sun, 06 Jun 2010 04:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/10/30/set-the-default-email-client-across-your-network/#comment-721</guid>
		<description>@Paul :

As far as i know,
Outlook Express will always replace Microsoft Outlook as default mail client when your GP not setup properly or there was an error in when startup read a registry value to bring outlook as default.

As above mentioned you may use :

reg delete HKLM\Software\Clients\Mail /ve /f
reg add HKLM\Software\Clients\Mail /ve /f /d &quot;Microsoft Outlook&quot;

It should replace the registry.</description>
		<content:encoded><![CDATA[<p>@Paul :</p>
<p>As far as i know,<br />
Outlook Express will always replace Microsoft Outlook as default mail client when your GP not setup properly or there was an error in when startup read a registry value to bring outlook as default.</p>
<p>As above mentioned you may use :</p>
<p>reg delete HKLM\Software\Clients\Mail /ve /f<br />
reg add HKLM\Software\Clients\Mail /ve /f /d &#8220;Microsoft Outlook&#8221;</p>
<p>It should replace the registry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janel Runtu</title>
		<link>http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/comment-page-1/#comment-720</link>
		<dc:creator>Janel Runtu</dc:creator>
		<pubDate>Sun, 06 Jun 2010 04:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/10/30/set-the-default-email-client-across-your-network/#comment-720</guid>
		<description>Just some add,

Maybe you need to add first line as follow :

reg delete HKLM\Software\Clients\Mail /ve /f

This should clean the HKLM\Software\Clients\Mail default value first</description>
		<content:encoded><![CDATA[<p>Just some add,</p>
<p>Maybe you need to add first line as follow :</p>
<p>reg delete HKLM\Software\Clients\Mail /ve /f</p>
<p>This should clean the HKLM\Software\Clients\Mail default value first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.intelliadmin.com/index.php/2007/10/set-the-default-email-client-across-your-network/comment-page-1/#comment-719</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 01 Jun 2010 10:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/10/30/set-the-default-email-client-across-your-network/#comment-719</guid>
		<description>This is nice, I will give it a try.
On our Terminal Servers, we always lose the default mail client.
TRS = 2003 and email is Outlook 2003.
I can make a clean, complete installation of TSR, deploy it and everything is alright.
After that, when make an update to the image and deploy again, we always lose default mail client.
I do not know why this happens.
Gr.
Paul</description>
		<content:encoded><![CDATA[<p>This is nice, I will give it a try.<br />
On our Terminal Servers, we always lose the default mail client.<br />
TRS = 2003 and email is Outlook 2003.<br />
I can make a clean, complete installation of TSR, deploy it and everything is alright.<br />
After that, when make an update to the image and deploy again, we always lose default mail client.<br />
I do not know why this happens.<br />
Gr.<br />
Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

