<?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 for TechnicallyChris.com</title>
	<atom:link href="http://www.technicallychris.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technicallychris.com</link>
	<description>Technical and Personal Ramblings of a Bostonian</description>
	<lastBuildDate>Tue, 02 Mar 2010 22:51:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Microsoft Office Registered User Setup via Script by Rob Lerman</title>
		<link>http://www.technicallychris.com/2009/05/04/microsoft-office-registered-user-setup-via-script/comment-page-1/#comment-383</link>
		<dc:creator>Rob Lerman</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=318#comment-383</guid>
		<description>Chris,  That worked great, many thanks!</description>
		<content:encoded><![CDATA[<p>Chris,  That worked great, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Registered User Setup via Script by Chris</title>
		<link>http://www.technicallychris.com/2009/05/04/microsoft-office-registered-user-setup-via-script/comment-page-1/#comment-382</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=318#comment-382</guid>
		<description>Steve: It seems that the Company Key gets ignored.  There is an KB article referenced in the code that might help you update the company code.  If the MS article works for MS Project, you could add that to the script as another RegWrite.

Rob: In the Update Registry section, replace &quot;StringSpacer($sFullName)&quot; with &quot;StringSpacer(@UserName)&quot; (no quotes) for Office 2000 &amp; 2003/XP, and replace &quot;$sFullName&quot; with &quot;@UserName&quot; (no quotes) for Office 2007.</description>
		<content:encoded><![CDATA[<p>Steve: It seems that the Company Key gets ignored.  There is an KB article referenced in the code that might help you update the company code.  If the MS article works for MS Project, you could add that to the script as another RegWrite.</p>
<p>Rob: In the Update Registry section, replace &#8220;StringSpacer($sFullName)&#8221; with &#8220;StringSpacer(@UserName)&#8221; (no quotes) for Office 2000 &#038; 2003/XP, and replace &#8220;$sFullName&#8221; with &#8220;@UserName&#8221; (no quotes) for Office 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capturing S.M.A.R.T. Hard Disk Data from WMI with AutoIt by Chris</title>
		<link>http://www.technicallychris.com/2009/09/11/capturing-smart-hard-disk-data-from-wmi-with-autoit/comment-page-1/#comment-381</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=480#comment-381</guid>
		<description>Hi Mike, glad you found AutoIt!  I happened upon it a few years ago and it certainly has its uses.  Regarding external drives, I don&#039;t think these are monitored by the BIOS so they wouldn&#039;t show up in any SMART reports.  

I&#039;m not 100% on this because I can&#039;t find any reference to it either way - but I don&#039;t see any of mine when I query WMI directly so it&#039;s an educated guess.</description>
		<content:encoded><![CDATA[<p>Hi Mike, glad you found AutoIt!  I happened upon it a few years ago and it certainly has its uses.  Regarding external drives, I don&#8217;t think these are monitored by the BIOS so they wouldn&#8217;t show up in any SMART reports.  </p>
<p>I&#8217;m not 100% on this because I can&#8217;t find any reference to it either way &#8211; but I don&#8217;t see any of mine when I query WMI directly so it&#8217;s an educated guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Registered User Setup via Script by Rob Lerman</title>
		<link>http://www.technicallychris.com/2009/05/04/microsoft-office-registered-user-setup-via-script/comment-page-1/#comment-380</link>
		<dc:creator>Rob Lerman</dc:creator>
		<pubDate>Tue, 02 Mar 2010 01:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=318#comment-380</guid>
		<description>How would I modify this script to change it from the full name for the user name field to a log in ID instead?

This is a very good script.

Thank you!</description>
		<content:encoded><![CDATA[<p>How would I modify this script to change it from the full name for the user name field to a log in ID instead?</p>
<p>This is a very good script.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recent Troubles with IIS 6.0 &amp; ColdFusion MX7 by drew</title>
		<link>http://www.technicallychris.com/2006/05/18/recent-troubles-with-iis-60-coldfusion-mx7/comment-page-1/#comment-379</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=47#comment-379</guid>
		<description>Thanks for posting this.  I didn&#039;t have to go any further than changing the application pool Identity settings, but changing it to Local System, then back to Network Service seems to have done the trick for me.  BTW, my issue was with IIS 6.0 and CF8.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  I didn&#8217;t have to go any further than changing the application pool Identity settings, but changing it to Local System, then back to Network Service seems to have done the trick for me.  BTW, my issue was with IIS 6.0 and CF8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capturing S.M.A.R.T. Hard Disk Data from WMI with AutoIt by Mike Dixon</title>
		<link>http://www.technicallychris.com/2009/09/11/capturing-smart-hard-disk-data-from-wmi-with-autoit/comment-page-1/#comment-378</link>
		<dc:creator>Mike Dixon</dc:creator>
		<pubDate>Wed, 24 Feb 2010 21:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=480#comment-378</guid>
		<description>Chris, just a simple question.

I only have one HDD in my computer but I do have an external USB HDD.  Will this script show just the internal drives or can it be made to show the USB as well.  I&#039;m asking because I do not see my USB drive using this script but Win7&#039;s Disk Management shows it as healthy.</description>
		<content:encoded><![CDATA[<p>Chris, just a simple question.</p>
<p>I only have one HDD in my computer but I do have an external USB HDD.  Will this script show just the internal drives or can it be made to show the USB as well.  I&#8217;m asking because I do not see my USB drive using this script but Win7&#8217;s Disk Management shows it as healthy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capturing S.M.A.R.T. Hard Disk Data from WMI with AutoIt by Mike Dixon</title>
		<link>http://www.technicallychris.com/2009/09/11/capturing-smart-hard-disk-data-from-wmi-with-autoit/comment-page-1/#comment-377</link>
		<dc:creator>Mike Dixon</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=480#comment-377</guid>
		<description>I just found this site searching for a way to read SMART data and forward it to another program.

This code not only does what I want, it also introduced me to AutoIt.  It&#039;s been years since I wrote any scripts whatsoever and now I have a whole new interest in it.

Thanks, Chris, for inspiring me again.</description>
		<content:encoded><![CDATA[<p>I just found this site searching for a way to read SMART data and forward it to another program.</p>
<p>This code not only does what I want, it also introduced me to AutoIt.  It&#8217;s been years since I wrote any scripts whatsoever and now I have a whole new interest in it.</p>
<p>Thanks, Chris, for inspiring me again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Registered User Setup via Script by Steve</title>
		<link>http://www.technicallychris.com/2009/05/04/microsoft-office-registered-user-setup-via-script/comment-page-1/#comment-376</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=318#comment-376</guid>
		<description>Thanks, I used it to update my office 2003 suite but i have ms project 2007 installed and it seems to have left the company name alone in that. Does project use a different place to hold its company name?</description>
		<content:encoded><![CDATA[<p>Thanks, I used it to update my office 2003 suite but i have ms project 2007 installed and it seems to have left the company name alone in that. Does project use a different place to hold its company name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems using the Notepad++ FTP_Synchronize Plugin with Vista by CypherHackz.Net</title>
		<link>http://www.technicallychris.com/2009/06/13/problems-using-the-notepad-ftp_synchronize-plugin-with-vista/comment-page-1/#comment-374</link>
		<dc:creator>CypherHackz.Net</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=341#comment-374</guid>
		<description>&lt;strong&gt;Notepad++ &#8211; My Favourite Text Editor...&lt;/strong&gt;

Previously I use EditPlus to code my Wordpress themes. The coding process was a lot easier than using Notepad because I can do the undo process up to multiple levels, it supports syntax highlighting and also it will automatically backup the file whenev...</description>
		<content:encoded><![CDATA[<p><strong>Notepad++ &#8211; My Favourite Text Editor&#8230;</strong></p>
<p>Previously I use EditPlus to code my Wordpress themes. The coding process was a lot easier than using Notepad because I can do the undo process up to multiple levels, it supports syntax highlighting and also it will automatically backup the file whenev&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems using the Notepad++ FTP_Synchronize Plugin with Vista by Leonardo Lux</title>
		<link>http://www.technicallychris.com/2009/06/13/problems-using-the-notepad-ftp_synchronize-plugin-with-vista/comment-page-1/#comment-372</link>
		<dc:creator>Leonardo Lux</dc:creator>
		<pubDate>Thu, 31 Dec 2009 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=341#comment-372</guid>
		<description>Thanks! It worked for me. Notepad++ plus FTP Synchronize is a powerful tool for edit documents online (I prefer this instead other heavy IDE like Eclipse), and was very annoying that were not possible to use FTP Sync. on Windows Vista or 7. Greetings from Chile, and Happy New Year!</description>
		<content:encoded><![CDATA[<p>Thanks! It worked for me. Notepad++ plus FTP Synchronize is a powerful tool for edit documents online (I prefer this instead other heavy IDE like Eclipse), and was very annoying that were not possible to use FTP Sync. on Windows Vista or 7. Greetings from Chile, and Happy New Year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems using the Notepad++ FTP_Synchronize Plugin with Vista by Loiseau2nuit</title>
		<link>http://www.technicallychris.com/2009/06/13/problems-using-the-notepad-ftp_synchronize-plugin-with-vista/comment-page-1/#comment-371</link>
		<dc:creator>Loiseau2nuit</dc:creator>
		<pubDate>Wed, 30 Dec 2009 06:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=341#comment-371</guid>
		<description>Hi there !

Thanks for this article.

I&#039;m feeling free to translate it in French for my blog readers if you don&#039;t mind. You are naturally full credited :

&lt;a href=&quot;http://www.loiseau2nuit.net/le-geek-lab/notepad-ftp_synchronize-et-vista,157&quot; rel=&quot;nofollow&quot;&gt;NPP, FTP_Synchronize &amp; Vista&lt;/a&gt;

By the way :


Update: I’ve learned that there is an option for this plug-in that allows you to store the cached copies of the pages anywhere you like. While I haven’t tried it, storing the pages somewhere other than Program Files (such as in your documents folder) should fix this issue as well.


Actually, there is : 

Through the FTP servers setting window, you get a &quot;general&quot; tab under which you should find the option. I&#039;m also notifying this in my post with screenshots. ;-)</description>
		<content:encoded><![CDATA[<p>Hi there !</p>
<p>Thanks for this article.</p>
<p>I&#8217;m feeling free to translate it in French for my blog readers if you don&#8217;t mind. You are naturally full credited :</p>
<p><a href="http://www.loiseau2nuit.net/le-geek-lab/notepad-ftp_synchronize-et-vista,157" rel="nofollow">NPP, FTP_Synchronize &amp; Vista</a></p>
<p>By the way :</p>
<p>Update: I’ve learned that there is an option for this plug-in that allows you to store the cached copies of the pages anywhere you like. While I haven’t tried it, storing the pages somewhere other than Program Files (such as in your documents folder) should fix this issue as well.</p>
<p>Actually, there is : </p>
<p>Through the FTP servers setting window, you get a &#8220;general&#8221; tab under which you should find the option. I&#8217;m also notifying this in my post with screenshots. <img src='http://www.technicallychris.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems using the Notepad++ FTP_Synchronize Plugin with Vista by Matt Refghi</title>
		<link>http://www.technicallychris.com/2009/06/13/problems-using-the-notepad-ftp_synchronize-plugin-with-vista/comment-page-1/#comment-363</link>
		<dc:creator>Matt Refghi</dc:creator>
		<pubDate>Sat, 14 Nov 2009 04:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=341#comment-363</guid>
		<description>Thank you - solved my problem under Windows 7. I simply created a folder within Documents, that did the trick.</description>
		<content:encoded><![CDATA[<p>Thank you &#8211; solved my problem under Windows 7. I simply created a folder within Documents, that did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoboForm &amp; RoboForm2Go Product Review by Bill  Lawson</title>
		<link>http://www.technicallychris.com/2009/08/24/roboform-roboform2go-product-review/comment-page-1/#comment-357</link>
		<dc:creator>Bill  Lawson</dc:creator>
		<pubDate>Mon, 02 Nov 2009 03:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=425#comment-357</guid>
		<description>Reviewer wrote: &quot;I copy the password to the clip board and use it to login once, allow RoboForm to remember it, and then I know I’m safer than using a pets name to login to Bank of America&quot;.


I do not recommend using that &quot;Copy&quot; function if you intend to use RoboForm2Go on a public computer. That password you just &quot;copied&quot; is easily accessed by preinstalled hacking software that views your clip board.</description>
		<content:encoded><![CDATA[<p>Reviewer wrote: &#8220;I copy the password to the clip board and use it to login once, allow RoboForm to remember it, and then I know I’m safer than using a pets name to login to Bank of America&#8221;.</p>
<p>I do not recommend using that &#8220;Copy&#8221; function if you intend to use RoboForm2Go on a public computer. That password you just &#8220;copied&#8221; is easily accessed by preinstalled hacking software that views your clip board.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s Happened to Customer Service (Part 1)? by TechnicallyChris.com &#187; What’s Happened to Customer Service (Part 2)?</title>
		<link>http://www.technicallychris.com/2009/10/12/whats-happened-to-customer-service-part-1/comment-page-1/#comment-355</link>
		<dc:creator>TechnicallyChris.com &#187; What’s Happened to Customer Service (Part 2)?</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=486#comment-355</guid>
		<description>[...] a week ago I ranted about the lack of customer service out there in the business today. I&#8217;d like to share another story [...]</description>
		<content:encoded><![CDATA[<p>[...] a week ago I ranted about the lack of customer service out there in the business today. I&#8217;d like to share another story [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems using the Notepad++ FTP_Synchronize Plugin with Vista by KDev</title>
		<link>http://www.technicallychris.com/2009/06/13/problems-using-the-notepad-ftp_synchronize-plugin-with-vista/comment-page-1/#comment-353</link>
		<dc:creator>KDev</dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicallychris.com/?p=341#comment-353</guid>
		<description>Worked a treat! thanks</description>
		<content:encoded><![CDATA[<p>Worked a treat! thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
