<?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: Generate a List of Installed Drivers from the Command Line</title>
	<atom:link href="http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/comment-page-1/#comment-28958</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 12 Dec 2007 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/#comment-28958</guid>
		<description>Just to let you know there is a typo on this line:

driveryquery &gt; test.txt

Dont think the extra &quot;y&quot; is correct.

I would have noticed it and not typed but i thought it would be good to change.
I love these tips and how tos.
Thanks</description>
		<content:encoded><![CDATA[<p>Just to let you know there is a typo on this line:</p>
<p>driveryquery &gt; test.txt</p>
<p>Dont think the extra &#8220;y&#8221; is correct.</p>
<p>I would have noticed it and not typed but i thought it would be good to change.<br />
I love these tips and how tos.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/comment-page-1/#comment-28771</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 11 Dec 2007 02:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/#comment-28771</guid>
		<description>Hi all,

Even without cygwin installed, you can have the info saved into a textfile.

Just type (in Vista) &quot;driverquery &gt; C:\Users\\Desktop\drivers.txt&quot; (without quotes of course and replace  with your own Windows account).

Anyways, thanks for a very useful site with many very handy tweaks and tips! Much appreciated.

Greetings,

Jan</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Even without cygwin installed, you can have the info saved into a textfile.</p>
<p>Just type (in Vista) &#8220;driverquery &gt; C:\Users\\Desktop\drivers.txt&#8221; (without quotes of course and replace  with your own Windows account).</p>
<p>Anyways, thanks for a very useful site with many very handy tweaks and tips! Much appreciated.</p>
<p>Greetings,</p>
<p>Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/comment-page-1/#comment-28746</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 10 Dec 2007 19:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/#comment-28746</guid>
		<description>XP has a grep like util called findstr.exe, very useful when combined with the pipe. For example:

driverquery /v &#124; findstr /i vmware

will show you only vmware drivers for example. There&#039;s also a &quot;show lines that do not match&quot; switch:

driverquery &#124; findstr /iv 8/4/2004

will show you all drivers that do NOT have a link date of 8/4/2004. It&#039;s a fair replacement for grep IMHO.
-T</description>
		<content:encoded><![CDATA[<p>XP has a grep like util called findstr.exe, very useful when combined with the pipe. For example:</p>
<p>driverquery /v | findstr /i vmware</p>
<p>will show you only vmware drivers for example. There&#8217;s also a &#8220;show lines that do not match&#8221; switch:</p>
<p>driverquery | findstr /iv 8/4/2004</p>
<p>will show you all drivers that do NOT have a link date of 8/4/2004. It&#8217;s a fair replacement for grep IMHO.<br />
-T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teslarage</title>
		<link>http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/comment-page-1/#comment-28697</link>
		<dc:creator>teslarage</dc:creator>
		<pubDate>Sun, 09 Dec 2007 04:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/#comment-28697</guid>
		<description>Thank you for sharing, very useful :)</description>
		<content:encoded><![CDATA[<p>Thank you for sharing, very useful <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goliax08</title>
		<link>http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/comment-page-1/#comment-28682</link>
		<dc:creator>Goliax08</dc:creator>
		<pubDate>Sat, 08 Dec 2007 15:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/generate-a-list-of-installed-drivers-from-the-command-line/#comment-28682</guid>
		<description>After i type in &quot;driverquery /v&quot; it runs successfully but i cant enter in any more lines after that. (its like my command prompt doesnt respond)</description>
		<content:encoded><![CDATA[<p>After i type in &#8220;driverquery /v&#8221; it runs successfully but i cant enter in any more lines after that. (its like my command prompt doesnt respond)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
