<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Frozen Pixels</title>
	<atom:link href="http://frozenpixels.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://frozenpixels.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 07 Nov 2009 02:11:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Backups &#8211; Part 1 by airjrdn</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1787</link>
		<dc:creator>airjrdn</dc:creator>
		<pubDate>Sat, 07 Nov 2009 02:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1787</guid>
		<description>Joe - thanks for the post, it&#039;ll no doubt help someone else.

Richard - If the drive is already producing bad sectors, just backup your data, and borrow a CD from someone and reinstall using your key.  Magic Jelly Bean keyfinder will get your key for you.

If the drive is still working ok for the time being, download &amp; install Macrium Reflect free, make an image, writing it to your USB drive.  Create the restore disk from within Macrium Reflect.  Take the bad drive out, put the new one in, and restore the image to the new drive.</description>
		<content:encoded><![CDATA[<p>Joe &#8211; thanks for the post, it&#8217;ll no doubt help someone else.</p>
<p>Richard &#8211; If the drive is already producing bad sectors, just backup your data, and borrow a CD from someone and reinstall using your key.  Magic Jelly Bean keyfinder will get your key for you.</p>
<p>If the drive is still working ok for the time being, download &amp; install Macrium Reflect free, make an image, writing it to your USB drive.  Create the restore disk from within Macrium Reflect.  Take the bad drive out, put the new one in, and restore the image to the new drive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by Richard</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1786</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 07 Nov 2009 00:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1786</guid>
		<description>I have a PC with an unreliable disk drive, and no Windows CD&quot;s.

I want to buy another disk drive to replace it.  

Is it possible to:
-clone the current drive to an external (USB) hard drive
-remove the old disk drive &amp; install a new drive
-boot from the cloned USB drive
-copy the clone from the USB to the new C: Drive
-remove the USB and boot from the new C:

Richard</description>
		<content:encoded><![CDATA[<p>I have a PC with an unreliable disk drive, and no Windows CD&#8221;s.</p>
<p>I want to buy another disk drive to replace it.  </p>
<p>Is it possible to:<br />
-clone the current drive to an external (USB) hard drive<br />
-remove the old disk drive &amp; install a new drive<br />
-boot from the cloned USB drive<br />
-copy the clone from the USB to the new C: Drive<br />
-remove the USB and boot from the new C:</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by Joe</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1775</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 01 Nov 2009 18:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1775</guid>
		<description>OK, I found the answer. Windows XP and Server 2003 share the same COM+ algorythms - and it causes problems. Here is the simple and easy fix for getting swprv.dll to register. Go to the Windows\System32 folder, and create a new folder under it named Dtclog. Open Notepad and save an empty file as %Systemroot%\System32\Dtclog\Msdtc.log. Now open a command prompt and type: msdtc -resetlog and press enter.
Now, if you run the command (must be from the %SystemRoot%\system32 prompt) &quot;regsvr32 /i swprv.dll&quot; - it will register.
This will also fix a problem you had in your COM+ applications that you never even knew existed. I won&#039;t go into that here......
Thank Microsoft for this wonderful error, and, BTW, just for info purposes, if Shadow Copy refuses to work trying to run DriveImage XML, it is because your OS has been restored previously from a backup - which leaves that info in your boot record, and Microsoft&#039;s programming will not allow Shadow Copy to work normally if your boot record has been altered in any way other than from an original full install of the OS.......... I assume other Backup Program Authors know this and have figured out a way to force the Shadow Copy to work with their Programs under this Microsoft fluke..........
There are times when &quot;Smarts&quot; turn into &quot;Stupids&quot; - these Microsoft programmers don&#039;t think far enough in advance to see these type of errors forthcoming - and screwing up the works......</description>
		<content:encoded><![CDATA[<p>OK, I found the answer. Windows XP and Server 2003 share the same COM+ algorythms &#8211; and it causes problems. Here is the simple and easy fix for getting swprv.dll to register. Go to the Windows\System32 folder, and create a new folder under it named Dtclog. Open Notepad and save an empty file as %Systemroot%\System32\Dtclog\Msdtc.log. Now open a command prompt and type: msdtc -resetlog and press enter.<br />
Now, if you run the command (must be from the %SystemRoot%\system32 prompt) &#8220;regsvr32 /i swprv.dll&#8221; &#8211; it will register.<br />
This will also fix a problem you had in your COM+ applications that you never even knew existed. I won&#8217;t go into that here&#8230;&#8230;<br />
Thank Microsoft for this wonderful error, and, BTW, just for info purposes, if Shadow Copy refuses to work trying to run DriveImage XML, it is because your OS has been restored previously from a backup &#8211; which leaves that info in your boot record, and Microsoft&#8217;s programming will not allow Shadow Copy to work normally if your boot record has been altered in any way other than from an original full install of the OS&#8230;&#8230;&#8230;. I assume other Backup Program Authors know this and have figured out a way to force the Shadow Copy to work with their Programs under this Microsoft fluke&#8230;&#8230;&#8230;.<br />
There are times when &#8220;Smarts&#8221; turn into &#8220;Stupids&#8221; &#8211; these Microsoft programmers don&#8217;t think far enough in advance to see these type of errors forthcoming &#8211; and screwing up the works&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by Joe</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1765</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 29 Oct 2009 06:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1765</guid>
		<description>I tried Macrium, and it worked fine. However, I do not understand why that DLL (swprv.dll) will not register. I even ran a Repair on two machines&#039;s OS - and it did not change anything - even with all new DLL&#039;s and installs of the OS - which I am sure included the Shadow Copy Service. 

Now I need to find some others that are running XP and see it their machines say it registers, or if it bombs out with the same error  - 0×8000ffff.

VSS shows as being started, it is active in Task Manager, plus I can shadow copy successfully with the Macrium program suggested, also Acronis works fine - and it also uses  shadow copy and locking - so, I am at a loss about this situation.

Anyone else happen to have any suggestions........

Thanks</description>
		<content:encoded><![CDATA[<p>I tried Macrium, and it worked fine. However, I do not understand why that DLL (swprv.dll) will not register. I even ran a Repair on two machines&#8217;s OS &#8211; and it did not change anything &#8211; even with all new DLL&#8217;s and installs of the OS &#8211; which I am sure included the Shadow Copy Service. </p>
<p>Now I need to find some others that are running XP and see it their machines say it registers, or if it bombs out with the same error  &#8211; 0×8000ffff.</p>
<p>VSS shows as being started, it is active in Task Manager, plus I can shadow copy successfully with the Macrium program suggested, also Acronis works fine &#8211; and it also uses  shadow copy and locking &#8211; so, I am at a loss about this situation.</p>
<p>Anyone else happen to have any suggestions&#8230;&#8230;..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by airjrdn</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1757</link>
		<dc:creator>airjrdn</dc:creator>
		<pubDate>Tue, 27 Oct 2009 02:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1757</guid>
		<description>Macrium Reflect Free also uses VSS to create images.  See if you can get it to successfully build an image on one of those machines.  Also, make sure the VSS service is started and set to Automatic.</description>
		<content:encoded><![CDATA[<p>Macrium Reflect Free also uses VSS to create images.  See if you can get it to successfully build an image on one of those machines.  Also, make sure the VSS service is started and set to Automatic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by Joe</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1755</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1755</guid>
		<description>Ok, i went thru this article slowly and carefully, and did everything (took some time to do), and I still have the same problem - DllInstall in swprv.dll failed. Return code was: 0×8000ffff

Also noticed that I have this SAME Identical problem on 4 Different Machines, the only commonality is that they are all DELL machines - and all are Windows XP SP3.

Am trying to get the DriveImage XML Program to run properly, but it cannot get the Shadow Copy Service to work properly.

So, something is very wrong here, and am at wits end.

Sorry for the 2 day late posting, but, I was doing all I could to get all this stuff done to see if any of it made a difference.</description>
		<content:encoded><![CDATA[<p>Ok, i went thru this article slowly and carefully, and did everything (took some time to do), and I still have the same problem &#8211; DllInstall in swprv.dll failed. Return code was: 0×8000ffff</p>
<p>Also noticed that I have this SAME Identical problem on 4 Different Machines, the only commonality is that they are all DELL machines &#8211; and all are Windows XP SP3.</p>
<p>Am trying to get the DriveImage XML Program to run properly, but it cannot get the Shadow Copy Service to work properly.</p>
<p>So, something is very wrong here, and am at wits end.</p>
<p>Sorry for the 2 day late posting, but, I was doing all I could to get all this stuff done to see if any of it made a difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by airjrdn</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1744</link>
		<dc:creator>airjrdn</dc:creator>
		<pubDate>Sat, 24 Oct 2009 20:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1744</guid>
		<description>Check out http://counterearth.com/smf/index.php?topic=27.0</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://counterearth.com/smf/index.php?topic=27.0" rel="nofollow">http://counterearth.com/smf/index.php?topic=27.0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by Joe</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1743</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 24 Oct 2009 20:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1743</guid>
		<description>Still having one isolated problem - regsvr32 /i swprv.dll  
DllInstall in swprv.dll failed.
Return code was: 0x8000ffff

I have tried everything that all you guys before me have done, but
nothing wants to get this file registered.

I&#039;ll take any and all the help i can get...

Thanks</description>
		<content:encoded><![CDATA[<p>Still having one isolated problem &#8211; regsvr32 /i swprv.dll<br />
DllInstall in swprv.dll failed.<br />
Return code was: 0&#215;8000ffff</p>
<p>I have tried everything that all you guys before me have done, but<br />
nothing wants to get this file registered.</p>
<p>I&#8217;ll take any and all the help i can get&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by airjrdn</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1719</link>
		<dc:creator>airjrdn</dc:creator>
		<pubDate>Wed, 14 Oct 2009 10:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1719</guid>
		<description>Not that I&#039;m aware of, but you could try contacting their customer support staff.  They&#039;ve responded to questions of mine in the past.</description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m aware of, but you could try contacting their customer support staff.  They&#8217;ve responded to questions of mine in the past.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backups &#8211; Part 1 by Jose Marin</title>
		<link>http://frozenpixels.wordpress.com/backups-part-1/#comment-1718</link>
		<dc:creator>Jose Marin</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://frozenpixels.wordpress.com/backups-part-1/#comment-1718</guid>
		<description>Good morning,
Perhaps this question has already been replied, but to be honest i can not find it.
Have we any way of hiding the windows (program) while we are executing a backup via Schedule Task ?, i means, i would like to have the task running but without any advise.

Thks
Jose Marin</description>
		<content:encoded><![CDATA[<p>Good morning,<br />
Perhaps this question has already been replied, but to be honest i can not find it.<br />
Have we any way of hiding the windows (program) while we are executing a backup via Schedule Task ?, i means, i would like to have the task running but without any advise.</p>
<p>Thks<br />
Jose Marin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
