<?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: Product Key Finder now supports network cd key recovery</title>
	<atom:link href="http://davehope.co.uk/Blog/network-cd-key-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://davehope.co.uk/Blog/network-cd-key-recovery/</link>
	<description>Open source projects, sysadmin stuff and general geekage</description>
	<lastBuildDate>Sat, 28 Aug 2010 17:38:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Dave</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-27534</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 11 Aug 2010 08:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-27534</guid>
		<description>Hi Johny,

Can you try this version I&#039;ve just compiled, it might fix your problem:

http://davehope.co.uk/Temp/Johny-ProductKeyFinder.exe

Thanks

Dave</description>
		<content:encoded><![CDATA[<p>Hi Johny,</p>
<p>Can you try this version I&#8217;ve just compiled, it might fix your problem:</p>
<p><a href="http://davehope.co.uk/Temp/Johny-ProductKeyFinder.exe" rel="nofollow">http://davehope.co.uk/Temp/Johny-ProductKeyFinder.exe</a></p>
<p>Thanks</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johny why</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-27393</link>
		<dc:creator>johny why</dc:creator>
		<pubDate>Mon, 09 Aug 2010 23:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-27393</guid>
		<description>hi, i&#039;m having the same problem as above: doing the hive recover on windows.old only gives me the windows vista key, not the office key. what should i do? -thanks</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m having the same problem as above: doing the hive recover on windows.old only gives me the windows vista key, not the office key. what should i do? -thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-26449</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 31 Jul 2010 07:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-26449</guid>
		<description>Hi Jonathan

Thanks for your post. ProductKeyFinder will recover keys from windows.old files no problem.

MAK Keys are not stored on the system, so it&#039;s not possible to recover them.

Thanks

Dave</description>
		<content:encoded><![CDATA[<p>Hi Jonathan</p>
<p>Thanks for your post. ProductKeyFinder will recover keys from windows.old files no problem.</p>
<p>MAK Keys are not stored on the system, so it&#8217;s not possible to recover them.</p>
<p>Thanks</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-26426</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sat, 31 Jul 2010 02:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-26426</guid>
		<description>Hi, I hope I&#039;m not too late to post.

If I understand correctly you are looking for a way to decode a Product Key stored in the Windows registry hives, and that the key type you are looking to decode is a MAK Key?

I found this page by doing a Google search on the first portion of a key I decoded from an install.wim file from a Windows 7 installation disc.

The key I found slightly differs from the one I found on this website, and I was wondering if it was another MAK key. The program algorithm actually looks like it would be quite simple to the regular person but the math is actually very complex. I am actually wondering if it is because I am using a 64-bit machine that it is actually able to decode?

The key that I got was JVF76-6TMPY-98BXW-76B7Q-TCGTV.

The actual script that I wrote (with the help of an online resource and another programmer over the internet) is made with pure JavaScript and the actual contents can be trimmed to make the file very small. The source code is publicly posted on the internet and can still easily be found on google by doing a search for &quot;javascript product key&quot;. It should be at the top of the list on webdeveloper.com.

I successfully rewrote the program in C++ (learning the language as I went). Both the JavaScript and the C++ version compliment each other in the fact that the Javascript version extracts the current Product Key on the system and the C++ version can extract the key(s) stored in a registry hive from an offline system in a command prompt interface (useful in recovery and multi-booting scenarios).

Anyways, if you use the JavaScript version you can easily modify it to read from a different location of the registry. Couple it with a .cmd file and the reg.exe utility with the load/unload parameters and you can even view the registry of an offline registry hive.

I used Microsoft ImageX to mount the install.wim file off of the Windows 7 Installation disc to a folder on my harddrive (using the image identifier 2 for Home Basic). Then I copied the software registry hive file from windows\system32\config to my harddrive. I mounted it to the registry using the command-line &quot;reg load&quot; and told my .js file to point to a subkey of my loaded hive &quot;HKLM\\TempHive\\Microsoft\\Windows NT\\CurrentVersion\\DigitalProductId4&quot;. The key regular one appears to be a plain old &quot;trial&quot; key, kept around since the beta stage.</description>
		<content:encoded><![CDATA[<p>Hi, I hope I&#8217;m not too late to post.</p>
<p>If I understand correctly you are looking for a way to decode a Product Key stored in the Windows registry hives, and that the key type you are looking to decode is a MAK Key?</p>
<p>I found this page by doing a Google search on the first portion of a key I decoded from an install.wim file from a Windows 7 installation disc.</p>
<p>The key I found slightly differs from the one I found on this website, and I was wondering if it was another MAK key. The program algorithm actually looks like it would be quite simple to the regular person but the math is actually very complex. I am actually wondering if it is because I am using a 64-bit machine that it is actually able to decode?</p>
<p>The key that I got was JVF76-6TMPY-98BXW-76B7Q-TCGTV.</p>
<p>The actual script that I wrote (with the help of an online resource and another programmer over the internet) is made with pure JavaScript and the actual contents can be trimmed to make the file very small. The source code is publicly posted on the internet and can still easily be found on google by doing a search for &#8220;javascript product key&#8221;. It should be at the top of the list on webdeveloper.com.</p>
<p>I successfully rewrote the program in C++ (learning the language as I went). Both the JavaScript and the C++ version compliment each other in the fact that the Javascript version extracts the current Product Key on the system and the C++ version can extract the key(s) stored in a registry hive from an offline system in a command prompt interface (useful in recovery and multi-booting scenarios).</p>
<p>Anyways, if you use the JavaScript version you can easily modify it to read from a different location of the registry. Couple it with a .cmd file and the reg.exe utility with the load/unload parameters and you can even view the registry of an offline registry hive.</p>
<p>I used Microsoft ImageX to mount the install.wim file off of the Windows 7 Installation disc to a folder on my harddrive (using the image identifier 2 for Home Basic). Then I copied the software registry hive file from windows\system32\config to my harddrive. I mounted it to the registry using the command-line &#8220;reg load&#8221; and told my .js file to point to a subkey of my loaded hive &#8220;HKLM\\TempHive\\Microsoft\\Windows NT\\CurrentVersion\\DigitalProductId4&#8243;. The key regular one appears to be a plain old &#8220;trial&#8221; key, kept around since the beta stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-25626</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 20 Jul 2010 19:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-25626</guid>
		<description>I ran into the same problem where I had five machines running on a Virtual server had the key show up as BBBBB-BBBBB... 
I needed to recover the installation key as part of internal software tracking. The command slmgr /dli gave me enough of the key to track it down on the MS volume licensing site. I appriciate the info about the command and I really liek t he tool you created. It works well.</description>
		<content:encoded><![CDATA[<p>I ran into the same problem where I had five machines running on a Virtual server had the key show up as BBBBB-BBBBB&#8230;<br />
I needed to recover the installation key as part of internal software tracking. The command slmgr /dli gave me enough of the key to track it down on the MS volume licensing site. I appriciate the info about the command and I really liek t he tool you created. It works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-24413</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 06 Jul 2010 13:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-24413</guid>
		<description>Hi,

MAK keys cannot be recovered, as they&#039;re not stored in the system.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>MAK keys cannot be recovered, as they&#8217;re not stored in the system.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astErisk</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-24412</link>
		<dc:creator>astErisk</dc:creator>
		<pubDate>Tue, 06 Jul 2010 13:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-24412</guid>
		<description>hello dave..i install my win 7 from our IT department. they use enterprise key for all student since it retail buy by our university from Microsoft. i want to reinstall back because my win7 corrupted. i try to recover it using keyfinder but it gave BBBBB .....mean it was MAK righ..did u know how to retrieve it back? thanks.</description>
		<content:encoded><![CDATA[<p>hello dave..i install my win 7 from our IT department. they use enterprise key for all student since it retail buy by our university from Microsoft. i want to reinstall back because my win7 corrupted. i try to recover it using keyfinder but it gave BBBBB &#8230;..mean it was MAK righ..did u know how to retrieve it back? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-23968</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-23968</guid>
		<description>Hi Ed,

Can you contact me directly (see the Contact menu link) and I&#039;ll provide you with some steps we can try

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>Can you contact me directly (see the Contact menu link) and I&#8217;ll provide you with some steps we can try</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-23910</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 28 Jun 2010 22:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-23910</guid>
		<description>I am trying to find a product key for Microsoft Office 2007 in the Windows.old file. 

I located Windows.old\Windows\System32\config\software using load hive but all that it returned was the Microsoft windows 7 professional key.</description>
		<content:encoded><![CDATA[<p>I am trying to find a product key for Microsoft Office 2007 in the Windows.old file. </p>
<p>I located Windows.old\Windows\System32\config\software using load hive but all that it returned was the Microsoft windows 7 professional key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JimG</title>
		<link>http://davehope.co.uk/Blog/network-cd-key-recovery/comment-page-1/#comment-22339</link>
		<dc:creator>JimG</dc:creator>
		<pubDate>Fri, 04 Jun 2010 20:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=351#comment-22339</guid>
		<description>You are a genius! I&#039;ve had Microsoft and my software retailer telling me I need to buy Office 2007 all over again, when the key&#039;s been sat in the windows.old file all along!

Thank you very very much!

Jim</description>
		<content:encoded><![CDATA[<p>You are a genius! I&#8217;ve had Microsoft and my software retailer telling me I need to buy Office 2007 all over again, when the key&#8217;s been sat in the windows.old file all along!</p>
<p>Thank you very very much!</p>
<p>Jim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
