<?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: Computer Info VBScript</title>
	<atom:link href="http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/</link>
	<description>Random bits of flair pinned to the internet</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:43:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: cluberti</title>
		<link>http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/comment-page-1/#comment-826</link>
		<dc:creator>cluberti</dc:creator>
		<pubDate>Sat, 16 Jan 2010 04:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/#comment-826</guid>
		<description>Updated again - script should be much faster, and find keys with the latest versions of Office 2010 out there that store keys in random GUID locations now.</description>
		<content:encoded><![CDATA[<p>Updated again &#8211; script should be much faster, and find keys with the latest versions of Office 2010 out there that store keys in random GUID locations now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cluberti</title>
		<link>http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/comment-page-1/#comment-732</link>
		<dc:creator>cluberti</dc:creator>
		<pubDate>Mon, 28 Dec 2009 23:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/#comment-732</guid>
		<description>Updated again to check Office product keys.</description>
		<content:encoded><![CDATA[<p>Updated again to check Office product keys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tain</title>
		<link>http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/comment-page-1/#comment-712</link>
		<dc:creator>tain</dc:creator>
		<pubDate>Mon, 28 Dec 2009 11:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/#comment-712</guid>
		<description>I run it under XP, but of course my box is nLited.  That&#039;s why I haven&#039;t posted any specific issues.  They are likely my own fault :)  I&#039;ll put some brain power on it one of these days.

And thanks for the update!</description>
		<content:encoded><![CDATA[<p>I run it under XP, but of course my box is nLited.  That&#8217;s why I haven&#8217;t posted any specific issues.  They are likely my own fault <img src='http://www.cluberti.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;ll put some brain power on it one of these days.</p>
<p>And thanks for the update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cluberti</title>
		<link>http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/comment-page-1/#comment-711</link>
		<dc:creator>cluberti</dc:creator>
		<pubDate>Mon, 28 Dec 2009 06:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/#comment-711</guid>
		<description>&lt;a href=&quot;#comment-700&quot; rel=&quot;nofollow&quot;&gt;@tain &lt;/a&gt; 
I tried my darndest to use WMI Class members that worked from W2K on up, but unfortunately WMI in W2K can be... lacking in areas compared to even XP.  With that in mind, some of these things are known not to work on W2K, and some may even not entirely work on XP (I&#039;ve since moved to Vista and Win7 in most places, so I didn&#039;t really test the additions there; mostly this was built and tested in a Win7 environment - if I get a chance this week I&#039;ll be running the changes down in Vista and XP to see what happens, so I may update this again, but I wouldn&#039;t count on it).  Obviously, feel free to add your own If statements to check the objOSItem.BuildNumber if you want to skip portions on OSes that don&#039;t work (if you find something doesn&#039;t work, look up the WMI class on MSDN to see if that member is supported on your OS of choice).

I&#039;ve updated it to add some of the additional info previously asked for by someone on another forum (specifically video, audio, and network/IP info).</description>
		<content:encoded><![CDATA[<p><a href="#comment-700" rel="nofollow">@tain </a><br />
I tried my darndest to use WMI Class members that worked from W2K on up, but unfortunately WMI in W2K can be&#8230; lacking in areas compared to even XP.  With that in mind, some of these things are known not to work on W2K, and some may even not entirely work on XP (I&#8217;ve since moved to Vista and Win7 in most places, so I didn&#8217;t really test the additions there; mostly this was built and tested in a Win7 environment &#8211; if I get a chance this week I&#8217;ll be running the changes down in Vista and XP to see what happens, so I may update this again, but I wouldn&#8217;t count on it).  Obviously, feel free to add your own If statements to check the objOSItem.BuildNumber if you want to skip portions on OSes that don&#8217;t work (if you find something doesn&#8217;t work, look up the WMI class on MSDN to see if that member is supported on your OS of choice).</p>
<p>I&#8217;ve updated it to add some of the additional info previously asked for by someone on another forum (specifically video, audio, and network/IP info).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tain</title>
		<link>http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/comment-page-1/#comment-700</link>
		<dc:creator>tain</dc:creator>
		<pubDate>Sun, 27 Dec 2009 11:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/12/26/computer-info-vbscript/#comment-700</guid>
		<description>Neat!  It has some quirks and doesn&#039;t work for me 100% but is a nice template and should be fun to tinker with when I get some free time.  Thanks!</description>
		<content:encoded><![CDATA[<p>Neat!  It has some quirks and doesn&#8217;t work for me 100% but is a nice template and should be fun to tinker with when I get some free time.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
