<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; batch command</title>
	<atom:link href="http://www.ghacks.net/tag/batch-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create A List Of All Installed Windows Hotfixes</title>
		<link>http://www.ghacks.net/2008/09/08/create-a-list-of-all-installed-windows-hotfixes/</link>
		<comments>http://www.ghacks.net/2008/09/08/create-a-list-of-all-installed-windows-hotfixes/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 12:51:32 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[batch command]]></category>
		<category><![CDATA[knowledgebase]]></category>
		<category><![CDATA[microsoft-windows]]></category>
		<category><![CDATA[windows hotfixes]]></category>
		<category><![CDATA[windows patches]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows updates]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6863</guid>
		<description><![CDATA[Windows hotfixes usually solve errors and problems after installing them. It happened in the past however that they did produce additional errors that could bring a computer system to a standstill. It is therefor handy to produce a list of all installed Windows Hotfixes in the way that they have been installed on a computer [...]]]></description>
			<content:encoded><![CDATA[<p>Windows hotfixes usually solve errors and problems after installing them. It happened in the past however that they did produce additional errors that could bring a computer system to a standstill. It is therefor handy to produce a list of all installed Windows Hotfixes in the way that they have been installed on a computer system.</p>
<p>This can be achieved with a small batch file that will create a list of all installed Windows hotfixes and the date and time that they have been installed on the system. The information is taken directly from the KBxxxxxx.log files that are created for each individual hotfix that is installed in Windows.</p>
<p>Those log files are located in the Windows directory and it would take some time to check them manually to build the list. Here is a screenshot of the output which is saved in a text document in the root directory of the main hard drive.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/knowledgebase.jpg" alt="knowledgebase" title="knowledgebase" width="427" height="203" class="alignnone size-medium wp-image-6864" /></p>
<p>The code which has to be added in one line is the following:</p>
<p><code>dir %windir%\*.log /o:d | findstr /i /r /c:q......\.log /c:kb......\.log /c:q......uninst\.log /c:kb......uninst\.log > %systemdrive%\hotfixes.log</code></p>
<p>Some of you might prefer a direct download, just download the <a href='http://www.ghacks.net/wp-content/uploads/2008/09/knowledgebase.zip'>knowledgebase</a> file and unpack it to the computer system. It contains the same code that is shown above. </p>

	Tags: <a href="http://www.ghacks.net/tag/batch-command/" title="batch command" rel="tag">batch command</a>, <a href="http://www.ghacks.net/tag/knowledgebase/" title="knowledgebase" rel="tag">knowledgebase</a>, <a href="http://www.ghacks.net/tag/microsoft-windows/" title="microsoft-windows" rel="tag">microsoft-windows</a>, <a href="http://www.ghacks.net/tag/windows-hotfixes/" title="windows hotfixes" rel="tag">windows hotfixes</a>, <a href="http://www.ghacks.net/tag/windows-patches/" title="windows patches" rel="tag">windows patches</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a>, <a href="http://www.ghacks.net/tag/windows-updates/" title="windows updates" rel="tag">windows updates</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/13/windows-update-fix/" title="Windows Update Fix (April 13, 2009)">Windows Update Fix</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/windows-cannot-find-msconfig/" title="Windows Cannot Find Msconfig (April 11, 2009)">Windows Cannot Find Msconfig</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/08/12/stop-restart-now-restart-later-dialog-after-windows-updates/" title="Stop Restart Now Restart Later Dialog After Windows Updates (August 12, 2009)">Stop Restart Now Restart Later Dialog After Windows Updates</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/10/07/quick-launch-icon-size/" title="Quick Launch Icon Size (October 7, 2008)">Quick Launch Icon Size</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/10/13/microsoft-security-updates-october-2009-online/" title="Microsoft Security Updates October 2009 Online (October 13, 2009)">Microsoft Security Updates October 2009 Online</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/08/create-a-list-of-all-installed-windows-hotfixes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
