<?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: More FUD about activation</title>
	<atom:link href="http://www.edbott.com/weblog/?feed=rss2&#038;p=497" rel="self" type="application/rss+xml" />
	<link>http://www.edbott.com/weblog/?p=497</link>
	<description>Helping PC users make sense of Microsoft software since 1991</description>
	<lastBuildDate>Fri, 20 Nov 2009 18:54:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brenda Frank</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-153361</link>
		<dc:creator>Brenda Frank</dc:creator>
		<pubDate>Thu, 12 Oct 2006 12:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-153361</guid>
		<description>Wow! I have been searching the net for the right information on how to slipstream a OEM Recovery Disk from Alienware for XP Pro and this is the closest I have come to some great information.

My problem is figuring out to combine all my VIA drivers as well as the WinXP PromiseFastTrack SATA 378 (tm) IDE Controller, AMD Athlon64 Processor, Marvell Yukon, etc.

I have been ripping my hair out for the last two years with this manufacturer. The last two Recovery disks they sent me will not copy the files when you reboot in order to reinstall windows. None of the three images they gave me was any good. Two of these images had no Promise Driver at all.

I can explore the disk and copy the files needed for a slipstream. 

This computer has been shipped 12 times due to the constant mistakes time after time. They have had this computer more than I have had it.

Any help will be greatly appreciated!

Brenda</description>
		<content:encoded><![CDATA[<p>Wow! I have been searching the net for the right information on how to slipstream a OEM Recovery Disk from Alienware for XP Pro and this is the closest I have come to some great information.</p>
<p>My problem is figuring out to combine all my VIA drivers as well as the WinXP PromiseFastTrack SATA 378 &#8482; IDE Controller, AMD Athlon64 Processor, Marvell Yukon, etc.</p>
<p>I have been ripping my hair out for the last two years with this manufacturer. The last two Recovery disks they sent me will not copy the files when you reboot in order to reinstall windows. None of the three images they gave me was any good. Two of these images had no Promise Driver at all.</p>
<p>I can explore the disk and copy the files needed for a slipstream. </p>
<p>This computer has been shipped 12 times due to the constant mistakes time after time. They have had this computer more than I have had it.</p>
<p>Any help will be greatly appreciated!</p>
<p>Brenda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howie</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-94547</link>
		<dc:creator>Howie</dc:creator>
		<pubDate>Thu, 20 Jul 2006 10:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-94547</guid>
		<description>Neeraj Mathur,

The SLP info is hardcoded in the bios, but you need to make sure you use the OEM files and SLP key for it to work.

(1). Backup the slp key that magic jellybean shows and not the one on the sticker.

(2). Choose to show hidden folders and files, create a new folder in the root of drive C and name the folder &quot;OEM&quot; without the quotes and copy these list of files bellow inside the new folder.

Files needed from your Windows &quot;system32&quot; ;
 

OEMBIOS.BIN
OEMBIOS.DAT
OEMBIOS.SIG

..and file needed here:

C:\Windows\System32\Catroot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}

OEMBIOS.CAT



(3) Now, open a command prompt and &quot;CD&quot; your way to the OEM   folder and type in these commands one at a time:

MAKECAB OEMBIOS.BIN
MAKECAB OEMBIOS.DAT
MAKECAB OEMBIOS.SIG
MAKECAB OEMBIOS.CAT

This will compress the files to the Windows XP setup format.

Now, copy those four compressed files inside that I386 folder you found on the drive overwriting the old ones to make sure we have the correct OEM files inside the setup.

(4) Look inside the I386 folder for a file called WINNT.SIF ..open it with notepad and see if it has a key that is the same that magic jellybean showed. If so, this step is done. 

If there wasnt an WINNT.SIF file there, create a new text file and copy the text below inside of it, save changes, and rename the text file to WINNT.SIF and copy it inside the I386 folder.

Note: Just copy whats between these lines below and not the lines themselves. Replace the &quot;XXXXX: with your slp key jelllybean shows.

------------------------------------------------
;SetupMgrTag

[Data]
    AutomaticUpdates=1
    AutoPartition=0
    MsDosInitiated=&quot;0&quot;
    UnattendedInstall=&quot;Yes&quot;

[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    UnattendSwitch=&quot;Yes&quot;
    Repartition=No
    Hibernation=No
    DriverSigningPolicy=Ignore
    AutoActivate=Yes
    TargetPath=\WINDOWS

[UserData]
    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

-------------------------------------------------

(5) Now, you will need to slipstream SP2 as this will also create the root cd files needed like: 

Home:
WIN51
WIN51IC

Pro:
WIN51
WIN51IP

(6) Burn the cd using a boot image file to make the cd bootable and you should be good to go with an updated SLP restore cd.</description>
		<content:encoded><![CDATA[<p>Neeraj Mathur,</p>
<p>The SLP info is hardcoded in the bios, but you need to make sure you use the OEM files and SLP key for it to work.</p>
<p>(1). Backup the slp key that magic jellybean shows and not the one on the sticker.</p>
<p>(2). Choose to show hidden folders and files, create a new folder in the root of drive C and name the folder &#8220;OEM&#8221; without the quotes and copy these list of files bellow inside the new folder.</p>
<p>Files needed from your Windows &#8220;system32&#8243; ;</p>
<p>OEMBIOS.BIN<br />
OEMBIOS.DAT<br />
OEMBIOS.SIG</p>
<p>..and file needed here:</p>
<p>C:\Windows\System32\Catroot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}</p>
<p>OEMBIOS.CAT</p>
<p>(3) Now, open a command prompt and &#8220;CD&#8221; your way to the OEM   folder and type in these commands one at a time:</p>
<p>MAKECAB OEMBIOS.BIN<br />
MAKECAB OEMBIOS.DAT<br />
MAKECAB OEMBIOS.SIG<br />
MAKECAB OEMBIOS.CAT</p>
<p>This will compress the files to the Windows XP setup format.</p>
<p>Now, copy those four compressed files inside that I386 folder you found on the drive overwriting the old ones to make sure we have the correct OEM files inside the setup.</p>
<p>(4) Look inside the I386 folder for a file called WINNT.SIF ..open it with notepad and see if it has a key that is the same that magic jellybean showed. If so, this step is done. </p>
<p>If there wasnt an WINNT.SIF file there, create a new text file and copy the text below inside of it, save changes, and rename the text file to WINNT.SIF and copy it inside the I386 folder.</p>
<p>Note: Just copy whats between these lines below and not the lines themselves. Replace the &#8220;XXXXX: with your slp key jelllybean shows.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
;SetupMgrTag</p>
<p>[Data]<br />
    AutomaticUpdates=1<br />
    AutoPartition=0<br />
    MsDosInitiated=&#8221;0&#8243;<br />
    UnattendedInstall=&#8221;Yes&#8221;</p>
<p>[Unattended]<br />
    UnattendMode=FullUnattended<br />
    OemSkipEula=Yes<br />
    OemPreinstall=Yes<br />
    UnattendSwitch=&#8221;Yes&#8221;<br />
    Repartition=No<br />
    Hibernation=No<br />
    DriverSigningPolicy=Ignore<br />
    AutoActivate=Yes<br />
    TargetPath=\WINDOWS</p>
<p>[UserData]<br />
    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>(5) Now, you will need to slipstream SP2 as this will also create the root cd files needed like: </p>
<p>Home:<br />
WIN51<br />
WIN51IC</p>
<p>Pro:<br />
WIN51<br />
WIN51IP</p>
<p>(6) Burn the cd using a boot image file to make the cd bootable and you should be good to go with an updated SLP restore cd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Erwin</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-10008</link>
		<dc:creator>Walter Erwin</dc:creator>
		<pubDate>Mon, 17 Apr 2006 23:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-10008</guid>
		<description>SP2 can and will destroy hardware because it destroyed my graphics card.  Called windows all it did is bs me.</description>
		<content:encoded><![CDATA[<p>SP2 can and will destroy hardware because it destroyed my graphics card.  Called windows all it did is bs me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj Mathur</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-9697</link>
		<dc:creator>Neeraj Mathur</dc:creator>
		<pubDate>Sat, 15 Apr 2006 16:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-9697</guid>
		<description>I&#039;m not sure that this discussion is still active, but I thought I&#039;d ask about this here anyway.

I have a two-year-old Packard Bell computer in 2004 which came with XP installed and a COA sticker. It has a hidden recovery partition which will replace the contents of the main hard drive with the original image. I&#039;m pretty sure that this is an SLP-locked version of XP (the Magical Jellybean program reports a product key different from my COA sticker).

What I want to do is to reformat my main partition (actually, repartition the drive so that it&#039;s organized in a way I&#039;ll find more useful). However, I don&#039;t want to restore the Packard Bell image, since that includes a bunch of programs that I just don&#039;t want or need (such as Norton Internet Security 2003!!).

Now, there is a hidden folder C:\Windows\i386 which, as we know, contains all of the files necessary to reinstall Windows. I have seen websites that have a method of burning this to create an installation CD (I also want to slipstream SP2 into it so that I don&#039;t need to do that upgrade later, but if this creates problems I&#039;ll leave that out).

The question is, if I use this copy to reinstall XP, will the SLP lock be maintained? It will be going onto the exact same system as before (I have changed a few things, but not the motherboard or the BIOS). Are there files that, if I save them now and replace them, will keep the lock (such as wpa.dbl)? Should I use the product key from my sticker, or the one that Magical Jellybean reports?

In any case, I&#039;ll be keeping a copy of that Packard Bell restore image safe - if I can&#039;t get a clean install to be activated properly I will just use the image again, and put up with the outdated junk software.

Thanks very much to Ed and anybody else who can offer an answer.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure that this discussion is still active, but I thought I&#8217;d ask about this here anyway.</p>
<p>I have a two-year-old Packard Bell computer in 2004 which came with XP installed and a COA sticker. It has a hidden recovery partition which will replace the contents of the main hard drive with the original image. I&#8217;m pretty sure that this is an SLP-locked version of XP (the Magical Jellybean program reports a product key different from my COA sticker).</p>
<p>What I want to do is to reformat my main partition (actually, repartition the drive so that it&#8217;s organized in a way I&#8217;ll find more useful). However, I don&#8217;t want to restore the Packard Bell image, since that includes a bunch of programs that I just don&#8217;t want or need (such as Norton Internet Security 2003!!).</p>
<p>Now, there is a hidden folder C:\Windows\i386 which, as we know, contains all of the files necessary to reinstall Windows. I have seen websites that have a method of burning this to create an installation CD (I also want to slipstream SP2 into it so that I don&#8217;t need to do that upgrade later, but if this creates problems I&#8217;ll leave that out).</p>
<p>The question is, if I use this copy to reinstall XP, will the SLP lock be maintained? It will be going onto the exact same system as before (I have changed a few things, but not the motherboard or the BIOS). Are there files that, if I save them now and replace them, will keep the lock (such as wpa.dbl)? Should I use the product key from my sticker, or the one that Magical Jellybean reports?</p>
<p>In any case, I&#8217;ll be keeping a copy of that Packard Bell restore image safe &#8211; if I can&#8217;t get a clean install to be activated properly I will just use the image again, and put up with the outdated junk software.</p>
<p>Thanks very much to Ed and anybody else who can offer an answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Daley</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-5710</link>
		<dc:creator>Jon Daley</dc:creator>
		<pubDate>Fri, 10 Mar 2006 19:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-5710</guid>
		<description>I have had two friends with XP problems recently.  The first got some sort of virus that rewrote a bit of the BIOS (thereby wiping out the SLP &quot;tattoo&quot;, as HP calls it), and made windows not boot.  The recovery disk wouldn&#039;t work because the SLP id was gone.  She paid $80 to BestBuy or someone to reflash the BIOS with the SLP key.  Then the HP rep walked her through using the recovery disk.  He forgot to mention to her that all her data would be erased, so she lost everything.

Second friend had some sort of virus/spyware that generally slowed things down, and caused the version information to disappear from IE, though it seemed like it was working okay.  Some OS dialogs had buttons that were unclickable.  I reinstalled IE. but that killed the OS due to DLL conflicts or something.  The recovery disks shipped with the system didn&#039;t match the SLP id.  Compaq sent me new cds (for $24) and then were for the wrong computer.  They sent me different cds, and those ones worked.

No activation issues per se, but even the Direct OEM SLP solution is a big enough pain for me.</description>
		<content:encoded><![CDATA[<p>I have had two friends with XP problems recently.  The first got some sort of virus that rewrote a bit of the BIOS (thereby wiping out the SLP &#8220;tattoo&#8221;, as HP calls it), and made windows not boot.  The recovery disk wouldn&#8217;t work because the SLP id was gone.  She paid $80 to BestBuy or someone to reflash the BIOS with the SLP key.  Then the HP rep walked her through using the recovery disk.  He forgot to mention to her that all her data would be erased, so she lost everything.</p>
<p>Second friend had some sort of virus/spyware that generally slowed things down, and caused the version information to disappear from IE, though it seemed like it was working okay.  Some OS dialogs had buttons that were unclickable.  I reinstalled IE. but that killed the OS due to DLL conflicts or something.  The recovery disks shipped with the system didn&#8217;t match the SLP id.  Compaq sent me new cds (for $24) and then were for the wrong computer.  They sent me different cds, and those ones worked.</p>
<p>No activation issues per se, but even the Direct OEM SLP solution is a big enough pain for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-5137</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 25 Feb 2006 15:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-5137</guid>
		<description>as long as you keep an open mind that&#039;s fair enough.

It was mighty strange though!</description>
		<content:encoded><![CDATA[<p>as long as you keep an open mind that&#8217;s fair enough.</p>
<p>It was mighty strange though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Bott</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-4432</link>
		<dc:creator>Ed Bott</dc:creator>
		<pubDate>Fri, 20 Jan 2006 19:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-4432</guid>
		<description>That&#039;s not true, Peter.

Far from &quot;deathly silence,&quot; my archives show that we exchanged a series of e-mails on the topic. Here was my next-to-last e-mail to you, sent last November 7:

&lt;blockquote&gt;The links in the e-mail you forwarded are completely generic and go to everyone, regardless of their problem. They explain how to remove SP2, how to get Critical Updates on a CD, how to make a boot disk.

There&#039;s nothing specific to the problem you reported.

I still believe that you are the victim of a misinformed support professional who simply got it wrong. SP2 does not rewrite a system BIOS. The code to do so would operate at a level that would be impossible for Windows to implement.

Rather, I think that the issue is related to a change in a storage driver and its interaction with some BIOS configurations.

I&#039;m continuing to research this with an open mind, but so far I have seen nothing that provides any evidence that my hypothesis is wrong.&lt;/blockquote&gt;

Sorry you had what sounds like a serious problem. I still don&#039;t see anything that suggests SP2 destroyed your computer, despite what you think a support person told you.</description>
		<content:encoded><![CDATA[<p>That&#8217;s not true, Peter.</p>
<p>Far from &#8220;deathly silence,&#8221; my archives show that we exchanged a series of e-mails on the topic. Here was my next-to-last e-mail to you, sent last November 7:</p>
<blockquote><p>The links in the e-mail you forwarded are completely generic and go to everyone, regardless of their problem. They explain how to remove SP2, how to get Critical Updates on a CD, how to make a boot disk.</p>
<p>There&#8217;s nothing specific to the problem you reported.</p>
<p>I still believe that you are the victim of a misinformed support professional who simply got it wrong. SP2 does not rewrite a system BIOS. The code to do so would operate at a level that would be impossible for Windows to implement.</p>
<p>Rather, I think that the issue is related to a change in a storage driver and its interaction with some BIOS configurations.</p>
<p>I&#8217;m continuing to research this with an open mind, but so far I have seen nothing that provides any evidence that my hypothesis is wrong.</p></blockquote>
<p>Sorry you had what sounds like a serious problem. I still don&#8217;t see anything that suggests SP2 destroyed your computer, despite what you think a support person told you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-4430</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 20 Jan 2006 19:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-4430</guid>
		<description>By the way ED! I never did get a reply from you after i sent the email with Microsofts answer.... &quot;It appears that SP2 has corrupted the bios&quot; . Pretty much the same as Microsoft...Deathly silence, apart from a phonecall apologizing  for breaking my computer and thanks for using Microsofts products!</description>
		<content:encoded><![CDATA[<p>By the way ED! I never did get a reply from you after i sent the email with Microsofts answer&#8230;. &#8220;It appears that SP2 has corrupted the bios&#8221; . Pretty much the same as Microsoft&#8230;Deathly silence, apart from a phonecall apologizing  for breaking my computer and thanks for using Microsofts products!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-4429</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 20 Jan 2006 19:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-4429</guid>
		<description>Take it out and put a new one in!</description>
		<content:encoded><![CDATA[<p>Take it out and put a new one in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Shribman</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=3#comment-4428</link>
		<dc:creator>Andrew Shribman</dc:creator>
		<pubDate>Fri, 20 Jan 2006 18:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-4428</guid>
		<description>I am also getting frequent activation requests, I have also had a couple of BSOD reboots (I&#039;ve now stopped the reboot so I can read the error)and also I&#039;ve lost the use of a USB hub altho&#039; the computer says its ok. I was already suspecting a motherboard error and this thread confirms my suspicions. How do I check the mothers battery ? Thanks</description>
		<content:encoded><![CDATA[<p>I am also getting frequent activation requests, I have also had a couple of BSOD reboots (I&#8217;ve now stopped the reboot so I can read the error)and also I&#8217;ve lost the use of a USB hub altho&#8217; the computer says its ok. I was already suspecting a motherboard error and this thread confirms my suspicions. How do I check the mothers battery ? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Andrews</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=2#comment-4411</link>
		<dc:creator>Jake Andrews</dc:creator>
		<pubDate>Fri, 20 Jan 2006 00:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-4411</guid>
		<description>&quot;Imagine doing phone activation on hundreds of OEM machines after doing upgrades on them.&quot;

lol, yep, this is What we run into, I commented in another thread.

If a harddrive needs replaced, or a mobo, or an FDISK due to virus or severe spyware infection, the COA sticker on the side of a dell only works if you call it in.  I have never had a problem with phone activation, except for the 10 min of my life I never get back multiplied dozens of times over. I have taught my wife how to do it, so now she is going bald with frustration too. =)</description>
		<content:encoded><![CDATA[<p>&#8220;Imagine doing phone activation on hundreds of OEM machines after doing upgrades on them.&#8221;</p>
<p>lol, yep, this is What we run into, I commented in another thread.</p>
<p>If a harddrive needs replaced, or a mobo, or an FDISK due to virus or severe spyware infection, the COA sticker on the side of a dell only works if you call it in.  I have never had a problem with phone activation, except for the 10 min of my life I never get back multiplied dozens of times over. I have taught my wife how to do it, so now she is going bald with frustration too. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Earnest</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=2#comment-4195</link>
		<dc:creator>Rich Earnest</dc:creator>
		<pubDate>Fri, 06 Jan 2006 12:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-4195</guid>
		<description>Stuart, Ed,
My grandfather has the same problem with his PC.  This is an IBM PC.  Not my first choice, but my uncle works there and he feels that he is being loyal by buying the IBM machine.  It wants to reactivate every time.  I thought it was just a windows glitch so I made sure I had all the necessary updates.  I even reinstalled the operating system from scratch.  Still no go.  I will use the PC battery idea as well as the other suggestions.  Thanks for the suggestions.</description>
		<content:encoded><![CDATA[<p>Stuart, Ed,<br />
My grandfather has the same problem with his PC.  This is an IBM PC.  Not my first choice, but my uncle works there and he feels that he is being loyal by buying the IBM machine.  It wants to reactivate every time.  I thought it was just a windows glitch so I made sure I had all the necessary updates.  I even reinstalled the operating system from scratch.  Still no go.  I will use the PC battery idea as well as the other suggestions.  Thanks for the suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Parry</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=2#comment-4177</link>
		<dc:creator>Jim Parry</dc:creator>
		<pubDate>Thu, 05 Jan 2006 16:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-4177</guid>
		<description>That $25 for windows is not such a good deal when you loose a motherboard and can no longer use the OEM CD unless you pay the rediculously high price for a motherboard from your PC manufacturer to get an exact replica  of your original motherboard.

I also ran into an interesting activation problem yesterday.  I bought a new copy of XP home 2 days ago. Installed it yesterday and tried to activate.  I got the message that my product key (or something) had been activated too many times. There should be no way this could happen on the first install of the OS.

I am not against activation, but tying activation to a specific hardware configuration is rediculous.  And if you read microsofts websit on activation, you will realize it does not take much hardware change to require re-activation.</description>
		<content:encoded><![CDATA[<p>That $25 for windows is not such a good deal when you loose a motherboard and can no longer use the OEM CD unless you pay the rediculously high price for a motherboard from your PC manufacturer to get an exact replica  of your original motherboard.</p>
<p>I also ran into an interesting activation problem yesterday.  I bought a new copy of XP home 2 days ago. Installed it yesterday and tried to activate.  I got the message that my product key (or something) had been activated too many times. There should be no way this could happen on the first install of the OS.</p>
<p>I am not against activation, but tying activation to a specific hardware configuration is rediculous.  And if you read microsofts websit on activation, you will realize it does not take much hardware change to require re-activation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Bott</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=2#comment-3874</link>
		<dc:creator>Ed Bott</dc:creator>
		<pubDate>Fri, 09 Dec 2005 22:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-3874</guid>
		<description>If the CD came with your Dell PC, it&#039;s an OEM copy.

Crazy idea? Assuming it&#039;s Home Edition, you probably paid $25 for that copy of Windows, if you could break out the price that Dell paid Microsoft plus their markup to you. If you had purchased it at retail, it would have been about $100. You got a substantial discount in exchange for accepting the restrictions on your ability to use the software. What makes that crazy?</description>
		<content:encoded><![CDATA[<p>If the CD came with your Dell PC, it&#8217;s an OEM copy.</p>
<p>Crazy idea? Assuming it&#8217;s Home Edition, you probably paid $25 for that copy of Windows, if you could break out the price that Dell paid Microsoft plus their markup to you. If you had purchased it at retail, it would have been about $100. You got a substantial discount in exchange for accepting the restrictions on your ability to use the software. What makes that crazy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Hein</title>
		<link>http://www.edbott.com/weblog/?p=497&#038;cpage=2#comment-3873</link>
		<dc:creator>Raymond Hein</dc:creator>
		<pubDate>Fri, 09 Dec 2005 21:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/wordpress/?p=497#comment-3873</guid>
		<description>I got the windows xp disc with my Dell 2 years ago. Is there anyway to tell if it is a (OEM copy) or a (SLP Copy) and i have to sa microsoft has some crazy ideas when it come to there software and how you are able to use it.</description>
		<content:encoded><![CDATA[<p>I got the windows xp disc with my Dell 2 years ago. Is there anyway to tell if it is a (OEM copy) or a (SLP Copy) and i have to sa microsoft has some crazy ideas when it come to there software and how you are able to use it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
