<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Third Shelf &#187; windows</title>
	<atom:link href="http://thirdshelf.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://thirdshelf.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 15:15:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thirdshelf.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/44066f6ef23f534426cca03dfdb5b95c?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Third Shelf &#187; windows</title>
		<link>http://thirdshelf.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thirdshelf.com/osd.xml" title="Third Shelf" />
	<atom:link rel='hub' href='http://thirdshelf.com/?pushpress=hub'/>
		<item>
		<title>Resizing a virtual hard disk</title>
		<link>http://thirdshelf.com/2010/06/29/resizing-a-vhd/</link>
		<comments>http://thirdshelf.com/2010/06/29/resizing-a-vhd/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 16:00:07 +0000</pubDate>
		<dc:creator>Sydney du Plooy</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://thirdshelf.com/?p=420</guid>
		<description><![CDATA[Recently, I had to resize a VHD (virtual hard disk) that I installed Windows Server 2008 on. I soon found out that the size of 10GB is not such a hot idea when installing Team Foundation Server 2010 and SQL Server 2008 on the same instance. Hence, I decided to resize the disk instead of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=420&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, I had to resize a <a href="http://en.wikipedia.org/wiki/VHD_%28file_format%29">VHD (virtual hard disk)</a> that I installed Windows Server 2008 on. I soon found out that the size of 10GB is not such a hot idea when installing Team Foundation Server 2010 and SQL Server 2008 on the same instance. Hence, I decided to resize the disk instead of re-installing all of the software.</p>
<p>Below is the recipe to resize the virtual hard disk:</p>
<p><strong>Part 1:</strong></p>
<p>The first part is to resize the container of the partition, which is done by means of a sector copy. After the resize completed,  the container will have increased but the partition will not be fully extended yet.<a href="http://thirdshelf.files.wordpress.com/2010/06/vhdresizer.png"><img class="size-medium wp-image-440  alignright" title="VhdResizer" src="http://thirdshelf.files.wordpress.com/2010/06/vhdresizer.png?w=300&#038;h=276" alt="" width="300" height="276" /></a></p>
<ol>
<li>Download <a href="http://vmtoolkit.com/files/folders/converters/entry87.aspx">VHD Resizer</a> from <a href="http://vmtoolkit.com">VMToolkit</a>.</li>
<li>Install and run VHD Resizer.</li>
<li>In the <strong>file open dialog</strong> select the VHD that you want to resize.</li>
<li>Type in the new filename to use for the extended VHD.</li>
<li>Type in the size of the new container to create.</li>
<li>Click on <strong>Resize</strong>. The process takes a few minutes&#8230;</li>
</ol>
<p><strong>Part 2:</strong></p>
<p style="text-align:left;">Now that the container is resized, we must now extend the partition to make use of the full container size.</p>
<ol>
<li><strong>Attach</strong> the new extended VHD as a <strong>non-primary drive</strong> to <em>another<strong> </strong></em>virtual machine. <em>Do not extend the partition using the virtual machine that will make use of it.</em></li>
<li>Start the virtual machine to which the extended VHD was attached as the non-primary drive and <strong>open</strong> a <strong>command prompt</strong>.</li>
<li>Type in <strong>diskpart</strong> and press <strong>Enter</strong>.</li>
<li>Type in <strong>list disk.</strong></li>
<li>Ensure that disk 1 or greater is the extended disk.</li>
<li>Type in <strong>select disk 1</strong>.</li>
<li>Type in <strong>list partition</strong>.<a href="http://thirdshelf.files.wordpress.com/2010/06/diskpart.png"><img class="size-medium wp-image-439  alignright" title="diskpart" src="http://thirdshelf.files.wordpress.com/2010/06/diskpart.png?w=300&#038;h=162" alt="" width="300" height="162" /></a></li>
<li>Ensure that the partition sizes matches the old size.</li>
<li>Type in <strong>extend</strong>.</li>
<li>Wait for the process to complete and type <strong>exit</strong>.</li>
</ol>
<p><em>Remember to change the disk on the original virtual machine to now use the extended disk.</em> The disk is now resized and ready to be used from the original virtual machine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thirdshelf.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thirdshelf.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thirdshelf.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thirdshelf.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thirdshelf.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thirdshelf.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thirdshelf.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thirdshelf.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thirdshelf.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thirdshelf.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thirdshelf.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thirdshelf.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thirdshelf.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thirdshelf.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=420&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thirdshelf.com/2010/06/29/resizing-a-vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sydney</media:title>
		</media:content>

		<media:content url="http://thirdshelf.files.wordpress.com/2010/06/vhdresizer.png?w=300" medium="image">
			<media:title type="html">VhdResizer</media:title>
		</media:content>

		<media:content url="http://thirdshelf.files.wordpress.com/2010/06/diskpart.png?w=300" medium="image">
			<media:title type="html">diskpart</media:title>
		</media:content>
	</item>
		<item>
		<title>AWOL CD-ROM</title>
		<link>http://thirdshelf.com/2009/02/22/awol-cd-rom/</link>
		<comments>http://thirdshelf.com/2009/02/22/awol-cd-rom/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 12:15:39 +0000</pubDate>
		<dc:creator>Sydney du Plooy</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://thirdshelf.com/?p=193</guid>
		<description><![CDATA[For the second time now I have had the CD-ROM drive on my HP nw8440 disappear from Windows. The Device Manager reports the following for the CD-ROM drive: &#8220;Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)&#8221;. Why? It was perfect yesterday and today it is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=193&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the second time now I have had the CD-ROM drive on my HP nw8440 disappear from Windows. The Device Manager reports the following for the CD-ROM drive: &#8220;Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)&#8221;. Why? It was perfect yesterday and today it is missing or corrupted? Weird. According to the Microsoft Knowledge Base <a href="http://support.microsoft.com/kb/314060">article</a> it can happen after removing a CD or DVD burning program.</p>
<p>Although the error is rather annoying, there is a simple fix for it. I have replicated the steps here for your convenience:</p>
<p><strong>Step 1: Start Registry Editor</strong></p>
<p>Start Registry Editor.</p>
<p><strong>Step 2: Delete the UpperFilters registry entry</strong></p>
<ol>
<li>In Registry Editor, expand <strong class="uiterm">My Computer</strong>, and then expand <strong class="uiterm">HKEY_LOCAL_MACHINE</strong>.</li>
<li>Expand <strong class="uiterm">SYSTEM</strong>, and then expand <strong class="uiterm">CurrentControlSet</strong>.</li>
<li>Expand <strong class="uiterm">Control</strong>, and then expand <strong class="uiterm">Class</strong>.</li>
<li>Under <strong class="uiterm">Class</strong>, click <strong class="uiterm">{4D36E965-E325-11CE-BFC1-08002BE10318}</strong>.</li>
<li>In the details pane of Registry Editor, on the right side, click <strong class="uiterm">UpperFilters</strong>.<strong>Note</strong> You may also see an <strong class="uiterm">UpperFilters.bak</strong> registry entry. You do not have to remove that entry. Click <strong class="uiterm">UpperFilters</strong> only.
<ul>
<li>If you see the UpperFilters registry entry in the details pane of Registry Editor, go to step 6.</li>
<li>If you do not see the UpperFilters registry entry, you still might have to remove the LowerFilters registry entry. To do this, go to &#8220;Step 3: Delete the LowerFilters registry entry.&#8221;</li>
</ul>
</li>
<li>On the <strong class="uiterm">Edit</strong> menu, click <strong class="uiterm">Delete</strong>.</li>
<li>Click <strong class="uiterm">Yes</strong> when you receive the following message:
<div class="message">
<p>Are you sure you want to delete this value?</p></div>
</li>
</ol>
<p>The UpperFilters registry entry is removed.</p>
<p><strong>Step 3: Delete the LowerFilters registry entry</strong></p>
<ol>
<li>In the details pane of Registry Editor, on the right side, click <strong class="uiterm">LowerFilters</strong>.<strong>Note</strong> You might see a <strong class="uiterm">LowerFilters.bak</strong> registry entry. You do not have to remove that entry. Click <strong class="uiterm">LowerFilters</strong> only.
<p>If you do not see the LowerFilters registry entry, unfortunately this content is unable to help you any more. Go to the &#8220;Next Steps&#8221; section for information about how you can find more solutions or more help on the Microsoft Web site.</li>
<li>On the <strong class="uiterm">Edit</strong> menu, click <strong class="uiterm">Delete</strong>.</li>
<li>Click <strong class="uiterm">Yes</strong> when you receive the following message:
<div class="message">
<p>Are you sure you want to delete this value?</p></div>
<p>The LowerFilters registry entry is removed.</li>
<li>Exit Registry Editor.</li>
</ol>
<p>The article recomends restarting the computer after deleting the two registry entries, but I have found that it works fine without restarting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thirdshelf.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thirdshelf.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thirdshelf.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thirdshelf.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thirdshelf.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thirdshelf.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thirdshelf.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thirdshelf.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thirdshelf.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thirdshelf.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thirdshelf.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thirdshelf.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thirdshelf.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thirdshelf.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=193&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thirdshelf.com/2009/02/22/awol-cd-rom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sydney</media:title>
		</media:content>
	</item>
		<item>
		<title>Rebuilding the COM+ Catalog</title>
		<link>http://thirdshelf.com/2008/08/19/rebuilding-the-com-catalog/</link>
		<comments>http://thirdshelf.com/2008/08/19/rebuilding-the-com-catalog/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 17:41:46 +0000</pubDate>
		<dc:creator>Sydney du Plooy</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://thirdshelf.wordpress.com/?p=103</guid>
		<description><![CDATA[After my post on rebuilding the WMI Repository, I thought it might be a good thing to write a post on rebuilding the COM+ Catalog. It is unlikely that you&#8217;ll ever have to rebuild a corrupt COM+ Catalog, but it certainly is possible, for example when you get errors such as &#8220;Catalog Error 8008005 &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=103&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After my <a href="http://thirdshelf.com/2008/08/13/rebuilding-wmi-repository/">post</a> on rebuilding the WMI Repository, I thought it might be a good thing to write a post on rebuilding the COM+ Catalog. It is unlikely that you&#8217;ll ever have to rebuild a corrupt COM+ Catalog, but it certainly is possible, for example when you get errors such as &#8220;Catalog Error 8008005 &#8211; Server Execution failed&#8221;.</p>
<p>This <a href="http://support.microsoft.com/kb/315296">article</a> by Microsoft describes the process to follow when rebuilding the COM+ Catalog. I&#8217;ve duplicated the steps here for ease of reference:</p>
<ol>
<li>Rename the %WinDir%\System32\Clbcatq.dll file to %WinDir%\System32\~Clbcatq.dll. Make sure that you include the tilde (~) at the start of the file name.</li>
<li>Restart the computer.</li>
<li>Start Registry Editor (Regedt32.exe).</li>
<li>Locate and delete the following key in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3</li>
<li>At a command prompt, type <span class="userInput">cd %windir%</span>, and then press ENTER.</li>
<li>At a command prompt, type <span class="userInput">rmdir /s Registration</span>, and then press ENTER. This is the location folder of the registration database.<strong> </strong><strong>Note</strong>: If you have MS04-012 installed, you must now re-install MS04-012. For more information about security update MS04-012, click the following article number to view the article in the Microsoft Knowledge Base: <a class="KBlink" href="http://support.microsoft.com/kb/828741/">828741</a></li>
<li>Click the Start button, point to Settings, and then click Control Panel.</li>
<li>Double-click Add/Remove Programs, and then click Add/Remove Windows Components.</li>
<li>Click Next to go through the reinstallation process, to reinstall COM+.</li>
<li>If IIS is installed on the computer, IIS creates several COM+ applications. These applications will now be missing. To re-create these applications, run the following command at a command prompt: rundll32 %windir%\system32\inetsrv\wamreg.dll, CreateIISPackage</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thirdshelf.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thirdshelf.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thirdshelf.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thirdshelf.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thirdshelf.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thirdshelf.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thirdshelf.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thirdshelf.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thirdshelf.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thirdshelf.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thirdshelf.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thirdshelf.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thirdshelf.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thirdshelf.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thirdshelf.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thirdshelf.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=103&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thirdshelf.com/2008/08/19/rebuilding-the-com-catalog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sydney</media:title>
		</media:content>
	</item>
		<item>
		<title>Rebuilding WMI Repository</title>
		<link>http://thirdshelf.com/2008/08/13/rebuilding-wmi-repository/</link>
		<comments>http://thirdshelf.com/2008/08/13/rebuilding-wmi-repository/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 19:08:02 +0000</pubDate>
		<dc:creator>Sydney du Plooy</dc:creator>
				<category><![CDATA[team foundation server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://thirdshelf.wordpress.com/?p=85</guid>
		<description><![CDATA[After having a bit of a struggle with Service Pack 1 for Team Foundation Server 2008, I had to restore a previous installation of Team Foundation Server 2005. After restoring the server, which runs on Virtual Server 2005 R2 everything seemed fine. It was only when trying to upgrade Team Foundation Server 2005 to 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=85&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After having a bit of a struggle with <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9e40a5b6-da41-43a2-a06d-3cee196bfe3d&amp;DisplayLang=en">Service Pack 1</a> for Team Foundation Server 2008, I had to restore a previous installation of Team Foundation Server 2005. After restoring the server, which runs on <a href="http://www.microsoft.com/windowsserversystem/virtualserver/">Virtual Server 2005 R2</a> everything seemed fine. It was only when trying to upgrade Team Foundation Server 2005 to 2008 that I received an error complaining about the WMI provider for SQL Server 2005.</p>
<p>Trying to look into this issue, I opened the SQL Server Configuration Manager and then received the following error:</p>
<p>&#8220;Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 servers with SQL Server Configuration Manager.<br />
Initialization failure [0x80041014]&#8220;</p>
<p>This is not pretty. I went to Google the issue and discovered this <a href="http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx">post</a>. It seems like the WMI repository corrupted when I did the restore. Nice. So, I followed the instructions detailed in the post, but no luck. It still returned with the same error that I received in the beginning.</p>
<p>The WMI Repository was corrupt in its entirety. How do you rebuild the WMI Repository? Not so easy it seems. Lukcily there is <a href="http://msmvps.com/blogs/lduncan/articles/20217.aspx">post</a> describing the whole process with a neat little batch file that will rebuild the WMI Repository for you, came in very handy.</p>
<p><em><strong>Note:</strong> </em><em>Execute the following commands from this directory: C:\Program Files\Microsoft SQL Server\90\Shared</em></p>
<p>Here is the batch file duplicated for convenience:</p>
<p><span style="font-size:x-small;font-family:Arial;"> </span></p>
<div dir="ltr">
<pre>net stop winmgmt
c:
cd %systemroot%\system32\wbem
rd /S /Q repository</pre>
</div>
<div dir="ltr">
<pre>regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll</pre>
</div>
<div dir="ltr">
<pre>mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl</pre>
</div>
<div dir="ltr">
<pre>for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof') do mofcomp %%s
for /f %%s in ('dir /b *.mfl') do mofcomp %%s</pre>
</div>
<div dir="ltr">
<pre>echo DONE
pause</pre>
</div>
<div dir="ltr">After executing the above batch file, I then proceeded to execute the following statement:</div>
<pre>mofcomp sqlmgmproviderxpsp2up.mof</pre>
<p>After performing the above steps, I rebooted the server and Team Foundation Server upgraded successfully.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thirdshelf.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thirdshelf.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thirdshelf.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thirdshelf.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thirdshelf.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thirdshelf.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thirdshelf.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thirdshelf.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thirdshelf.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thirdshelf.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thirdshelf.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thirdshelf.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thirdshelf.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thirdshelf.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thirdshelf.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thirdshelf.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&amp;blog=3179385&amp;post=85&amp;subd=thirdshelf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thirdshelf.com/2008/08/13/rebuilding-wmi-repository/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sydney</media:title>
		</media:content>
	</item>
	</channel>
</rss>