<?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 &#124; Latest Tech News, Software And Tutorials &#187; windows hotfixes</title> <atom:link href="http://www.ghacks.net/tag/windows-hotfixes/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 07:07:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Internet Explorer 8 And 64-bit Windows Fixes</title><link>http://www.ghacks.net/2009/04/01/internet-explorer-8-fixes/</link> <comments>http://www.ghacks.net/2009/04/01/internet-explorer-8-fixes/#comments</comments> <pubDate>Wed, 01 Apr 2009 14:43:41 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ie8]]></category> <category><![CDATA[internet explorer 8]]></category> <category><![CDATA[internet explorer fix]]></category> <category><![CDATA[internet explorer patch]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[microsoft hotfix]]></category> <category><![CDATA[windows hotfixes]]></category> <category><![CDATA[windows patch]]></category> <category><![CDATA[windows server 2003]]></category> <category><![CDATA[windows server 2008]]></category> <category><![CDATA[windows-vista]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/01/internet-explorer-8-fixes/</guid> <description><![CDATA[Microsoft&#8217;s new web browser Internet Explorer 8 has been released about two weeks ago and received more praise than criticism since then. Two non security related fixes were released today by Microsoft for Internet Explorer 8. The first fix deals with a problem encountered when running the web browser in the 64-bit edition of Windows [...]]]></description> <content:encoded><![CDATA[<p>Microsoft&#8217;s new web browser <a
href="http://www.ghacks.net/2009/03/19/internet-explorer-8-final/">Internet Explorer 8</a> has been released about two weeks ago and received more praise than criticism since then. Two non security related fixes were released today by Microsoft for Internet Explorer 8. The first fix deals with a problem encountered when running the web browser in the 64-bit edition of Windows Vista. A system administrator that wants to prevent users from working with Internet Explorer 8 can clear the &#8220;Enable access to this program&#8221; check box in the &#8220;Set Program Access and Computer Defaults&#8221;. This should disable access to Internet Explorer on the computer system.</p><p>While this works as intended in the 32-bit edition of Windows Vista it does not in the 64-bit edition as it is still possible for users to access Internet Explorer from the Windows start menu. The <a
href="http://support.microsoft.com/kb/969058">hotfix</a> corrects the issue so that the function is working as intended on 64-bit editions of Windows Vista as well.</p><p>The second problem affects the 64-bit editions of Windows Vista, Windows Server 2003 and Windows Server 2008. Microsoft describes the problem the following way:</p><p><span
id="more-11588"></span><br
/><blockquote>The Image Delivery server that runs the 64-bit version of Windows Server 2008 or of Windows Server 2003 stops delivering images when you deploy an operating system by using an image-based installation method</p></blockquote><p>The <a
href="http://support.microsoft.com/kb/967760">hotfix</a> can also be downloaded directly by visiting the Microsoft Knowledge Base article.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/01/internet-explorer-8-fixes/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></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>
