<?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>Dagon Design &#187; Tools and Utilities</title>
	<atom:link href="http://www.dagondesign.com/topics/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<lastBuildDate>Tue, 23 Feb 2010 22:49:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Color Replacement Tool</title>
		<link>http://www.dagondesign.com/articles/css-color-replacement-tool/</link>
		<comments>http://www.dagondesign.com/articles/css-color-replacement-tool/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 19:45:10 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tools and Utilities]]></category>

		<guid isPermaLink="false">http://www.dagondesign.com/?p=174</guid>
		<description><![CDATA[This tool allows you to extract the hex color codes from a remote CSS file, displaying both the hex codes and the colors themselves. You can then enter the new color codes you would like to replace them with. The script will then perform a global search and replace on the contents of the file, [...]]]></description>
			<content:encoded><![CDATA[<p>This tool allows you to extract the hex color codes from a remote CSS file, displaying both the hex codes and the colors themselves. You can then enter the new color codes you would like to replace them with. The script will then perform a global search and replace on the contents of the file, replacing each color with the code you specified, and displaying the updated CSS. The <a href="http://jscolor.com/">jscolor JavaScript Color Picker</a> script has now been implemented to make choosing colors easier.<span id="more-174"></span></p>
<h3>Why?</h3>
<p>The primary purpose of this tool is to give you a quick way to change the entire color scheme of your site. While this can be done manually, the display of each color saves a lot of steps.</p>
<h3>Try it out</h3>
<ul>
<li><a href="http://www.dagondesign.com/tools/css-color-replacement-tool/">CSS Color Replacement Tool</a></li>
</ul>
<p>

	<div style="margin: 10px 0 20px 0; padding: 6px; border: 1px solid #D5D5D5; background: #F3F3F3; color: #777777; font-weight: bold;">

	<a href="http://www.dagondesign.com/donate/"><img src="http://www.dagondesign.com/wp-content/themes/dagondesign3.11/images/donation-button-small.gif" style="vertical-align: middle; "></a>

	&nbsp; If you have found this page useful, please consider donating. Thanks!

	</div>

	</p>
<h3>Changelog</h3>
<ul>
<li><strong>02-23-10</strong> Now features the <a href="http://jscolor.com/">jscolor</a> script to choose new colors easier</li>
<li><strong>08-27-08</strong> First version</li>
</ul>
<h3>Instructions</h3>
<p>First, enter the URL to your CSS file and click <strong>Load data</strong>.</p>
<p>The script will extract all of the hex color codes from the CSS file, and display them in a list. Each line contains the color code, a box filled with the specified color, and an entry for the new color. Only unique colors are displayed.</p>
<p>With the help of the <a href="http://jscolor.com/">jscolor JavaScript Color Picker</a> script, choosing new colors is even easier. Either click the box to choose your color, or manually type in the code. </p>
<p>When you are finished, just click <strong>Generate new CSS</strong>. The script will generate the full CSS file, with the replaced colors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dagondesign.com/articles/css-color-replacement-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Text Host</title>
		<link>http://www.dagondesign.com/articles/free-text-host/</link>
		<comments>http://www.dagondesign.com/articles/free-text-host/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 17:44:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tools and Utilities]]></category>

		<guid isPermaLink="false">http://www.dagondesign.com/articles/free-text-host/</guid>
		<description><![CDATA[The Free Text Host website is a new project by Dagon Design. The site allows visitors to host text without having to sign up or give any personal information. One possible usage for this is to host code snippets, but it can be used for just about anything really. Options include the ability to enter [...]]]></description>
			<content:encoded><![CDATA[<p>The Free Text Host website is a new project by Dagon Design. The site allows visitors to host text without having to sign up or give any personal information. One possible usage for this is to host code snippets, but it can be used for just about anything really. Options include the ability to enter a password to allow you to edit or delete your text, and the choice to use preformatted text and make links clickable. <span id="more-114"></span></p>
<h3>Try it out</h3>
<ul>
<li><a href="http://freetexthost.com/">Free Text Host</a></li>
</ul>
<p>

	<div style="margin: 10px 0 20px 0; padding: 6px; border: 1px solid #D5D5D5; background: #F3F3F3; color: #777777; font-weight: bold;">

	<a href="http://www.dagondesign.com/donate/"><img src="http://www.dagondesign.com/wp-content/themes/dagondesign3.11/images/donation-button-small.gif" style="vertical-align: middle; "></a>

	&nbsp; If you have found this page useful, please consider donating. Thanks!

	</div>

	</p>
<h3>Changelog</h3>
<ul>
<li><strong>02-23-10</strong> &#8211; Fixed several bugs with BBCode such as font size, color, quotes, and more (make sure you enable the BBCode option).</li>
<li><strong>10-07-09</strong> &#8211; Added a view count to the bottom of the pages.</li>
<li><strong>06-24-09</strong> &#8211; Support for BBCode has been added. Just click the option to enable it for your page. A listing of the supported tags is given.</li>
<li><strong>08-12-08</strong> &#8211; Added a &#8216;Viewing password&#8217; option. If you set one, it is required for your text to be viewed.</li>
<li><strong>10-22-07</strong> &#8211; Option added to make links clickable, and to enable/disable preformatted output. You can also now edit the text with the edit/delete password.</li>
<li><strong>10-20-07</strong> &#8211; First public release</li>
</ul>
<h3>Usage</h3>
<p>Just enter your text and the verification code (to help prevent spam) and you will be given a randomly generated URL that only you will know.</p>
<p>There is currently a 50000 character limit. I will see how this works before I raise it higher.</p>
<h3>Options</h3>
<p>If you choose to use this option, you can enter an admin password when submitting your text. This password will allow you to make changes or delete your page. If you do not include an admin password, the page cannot be modified.</p>
<p>A viewing password can also be set, which if used, will require visitors to know the password to view your text.</p>
<p>Preformatted text can be selected, which means extra whitespace and linebreaks will appear exactly as you type them, and a fixed width font will be used.</p>
<p>Links in your text can be made clickable (turned into actual html links). These links will contain the nofollow attribute.</p>
<p>BBCode is also now supported (if the option is selected). A list of currently supported BBCode tags can be found here: <a href="http://freetexthost.com/bbcode.php">http://freetexthost.com/bbcode.php</a></p>
<h3>Questions/Answers</h3>
<h4>Privacy Information</h4>
<blockquote><p>Only one cookie is used on the site, and it is for the verification code. The only information it contains is the code itself, and it is used to help prevent spam.</p>
<p>This site does not use any Javascript or Flash, and it has no tracking or logging features.</p></blockquote>
<h4>Is my hosted text visible by others?</h4>
<blockquote><p>Only if you give them the URL, or they guess it. The URL contains a 10 digit random alphanumeric ID, which allows for up to 3656158440062976 unique IDs, so it would be hard to guess.</p>
<p>The hosted text pages also use the noindex, nofollow, and noarchive robot directives to prevent search engine robots from indexing them.</p></blockquote>
<h4>Can I print my text?</h4>
<blockquote><p>Yes. If you print your page, it will only print the text itself. Everything else will be removed from the page.</p></blockquote>
<h4>Can I edit/delete my text?</h4>
<blockquote><p>Yes. When you enter your text, you have an option for a password. If you enter one, you can use it to edit or delete your page later.</p></blockquote>
<h4>What if I lose my URL?</h4>
<blockquote><p>Then it is lost. This is by design.</p></blockquote>
<h3>Disclaimer</h3>
<p>While the generated pages are relatively private unless you give out the URL, Dagon Design cannot guarantee that no one will see your text by guessing the URL, etc. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dagondesign.com/articles/free-text-host/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Color Select Tool</title>
		<link>http://www.dagondesign.com/articles/color-select-tool/</link>
		<comments>http://www.dagondesign.com/articles/color-select-tool/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 01:21:09 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tools and Utilities]]></category>

		<guid isPermaLink="false">http://www.dagondesign.com/articles/color-select-tool/</guid>
		<description><![CDATA[The Color Select Tool is a small utility that allows you to quickly copy the hex code of a color on your screen. I originally created this program because I was tired of having to take a screenshot and open photoshop just to capture a color, and I was not happy with similar programs. Simply [...]]]></description>
			<content:encoded><![CDATA[<p>The Color Select Tool is a small utility that allows you to quickly copy the hex code of a color on your screen. I originally created this program because I was tired of having to take a screenshot and open photoshop just to capture a color, and I was not happy with similar programs. Simply run the program, move the mouse to the color you want to capture, and press the shift key. The hex color code will then be copied to your clipboard. You can also choose to have it add the # symbol in front of the code, and/or have it stay on top of other windows.<span id="more-33"></span></p>
<h3>Requirements</h3>
<p>This program has been tested in Windows XP, XP 64, and Vista. It may work in previous Windows versions as well. If you receive any messages about VB runtime DLLs being required, these can easily be found on the internet.</p>
<h3>Notice</h3>
<p>The previous version of this program (2.0) required the .NET framework to be installed. The current version no longer requires this. </p>
<p>While I have tested this release, there may still be bugs, so if you encounter a problem please leave a comment below.</p>
<h3>Download</h3>
<ul>
<li>
<a href="/files/Color_Select_Tool.zip">Color_Select_Tool.zip</a>
</li>
</ul>
<p>

	<div style="margin: 10px 0 20px 0; padding: 6px; border: 1px solid #D5D5D5; background: #F3F3F3; color: #777777; font-weight: bold;">

	<a href="http://www.dagondesign.com/donate/"><img src="http://www.dagondesign.com/wp-content/themes/dagondesign3.11/images/donation-button-small.gif" style="vertical-align: middle; "></a>

	&nbsp; If you have found this page useful, please consider donating. Thanks!

	</div>

	</p>
<h3>Changelog</h3>
<ul>
<li><strong>09-27-07 Version 3.1</strong> &#8211; Bug fixed with color code generation.</li>
<li><strong>09-23-07 Version 3.0</strong> &#8211; Re-written. New instructions below.</li>
<li><strong>10-19-05 Version 2.0</strong> &#8211; First public release.</li>
</ul>
<h3>Installing</h3>
<p>No installation is needed. Just extract the executable from the ZIP file and run it.</p>
<h3>Usage</h3>
<p><img class="alignright" src='/uploads/colorselecttool.gif' alt='Color Select Tool' /> </p>
<p>To use the program, just move the mouse to the color on your screen that you want to capture and press the <strong>SHIFT</strong> key. The color will automatically be added to your clipboard.</p>
<p>If you would like the <strong>#</strong> symbol to be added in front of the color code, just check the &#8216;<strong>add #</strong>&#8216; checkbox, or press the <strong>A</strong> key on your keyboard.</p>
<p>To force the program to stay on top of other windows, check the &#8216;<strong>stay on top</strong>&#8216; checkbox, or press the <strong>T</strong> key.</p>
<p><strong>Note</strong>: In order for the hotkeys (SHIFT, A, T) to work, the program has to have focus. This means it needs to be the currently active program. If the hotkeys do not work, just click on the title bar of the program to set it active.</p>
<p>If you minimize the program, it goes to the system tray. You can click on the system tray icon to show/hide the program, or right click to exit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dagondesign.com/articles/color-select-tool/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Favicon Generator</title>
		<link>http://www.dagondesign.com/articles/favicon-generator/</link>
		<comments>http://www.dagondesign.com/articles/favicon-generator/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 05:12:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tools and Utilities]]></category>

		<guid isPermaLink="false">http://www.dagondesign.com/articles/favicon-generator/</guid>
		<description><![CDATA[This free tool allows you to create a custom favicon for use on your website. Simply upload an image (JPG, PNG, or GIF &#8211; 100KB max) and it will automatically convert it to a standard 16&#215;16 favicon. If you upload an image that is larger than 16&#215;16 it will resize it for you, although for [...]]]></description>
			<content:encoded><![CDATA[<p>This free tool allows you to create a custom favicon for use on your website. Simply upload an image (JPG, PNG, or GIF &#8211; 100KB max) and it will automatically convert it to a standard 16&#215;16 favicon. If you upload an image that is larger than 16&#215;16 it will resize it for you, although for best results use an image that is already that size. Transparent favicons can also be created by uploading a transparent GIF.<span id="more-82"></span></p>
<h3>What is a favicon?</h3>
<p>A favicon, also called a &#8216;favorites icon&#8217;, is just a small image which is displayed for a website. It is often shown next to the address bar, in the favorites/bookmarks, and/or the taskbar. It is purely for looks, although it adds a nice touch to a website. Most modern web browsers automatically look for a favicon on every site you visit. If you have ever taken a look at your log files and seen a lot of requests for this missing file you will see what I mean (unless you are using one already). Not only will a favicon make your site look a bit nicer, but it will keep those (harmless) errors out of your log files.</p>
<h3>Try it out</h3>
<ul>
<li><a href="http://www.dagondesign.com/tools/favicon-generator-tool/">Favicon Generator</a></li>
</ul>
<p>

	<div style="margin: 10px 0 20px 0; padding: 6px; border: 1px solid #D5D5D5; background: #F3F3F3; color: #777777; font-weight: bold;">

	<a href="http://www.dagondesign.com/donate/"><img src="http://www.dagondesign.com/wp-content/themes/dagondesign3.11/images/donation-button-small.gif" style="vertical-align: middle; "></a>

	&nbsp; If you have found this page useful, please consider donating. Thanks!

	</div>

	</p>
<h3>Changelog</h3>
<ul>
<li><strong>04-06-07</strong> Transparent favicons can now be created (Just upload a transparent GIF)</li>
<li><strong>08-05-06</strong> First version</li>
</ul>
<h3>Instructions</h3>
<p>After you have generated your favicon and saved it to your computer, it must be renamed to <strong>favicon.ico</strong> (since the files this tool generates are given a random name).</p>
<p>The common method for using a favicon is to simply upload it to the root directory of your public web space. This is where most web browsers automatically look for it.</p>
<p>Just uploading the file is generally fine, but for the best support across various browsers, place the following lines in the <strong>head</strong> section of your HTML:</p>
<p><code>&lt;link rel="icon" href="http://example.com/favicon.ico" type="image/x-icon"&gt; 
&lt;link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/x-icon"&gt; </code></p>
<p>(where <strong>http://example.com/favicon.ico</strong> is the path to your favicon)</p>
<p>Be sure to add that code in all of your html files &#8211; not just the index.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dagondesign.com/articles/favicon-generator/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>BBCode to HTML Converter</title>
		<link>http://www.dagondesign.com/articles/bbcode-to-html-converter/</link>
		<comments>http://www.dagondesign.com/articles/bbcode-to-html-converter/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 20:30:51 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tools and Utilities]]></category>

		<guid isPermaLink="false">http://www.dagondesign.com/articles/bbcode-to-html-converter/</guid>
		<description><![CDATA[This web-based utility converts BBCode to HTML. The most common use for a utility like this is to easily convert forum posts using BBCode to standard HTML for use in traditional web pages. This utility currently supports all of the BBCode tags used by phpBB and a list of these tags can be found below. [...]]]></description>
			<content:encoded><![CDATA[<p>This web-based utility converts BBCode to HTML. The most common use for a utility like this is to easily convert forum posts using BBCode to standard HTML for use in traditional web pages. This utility currently supports all of the BBCode tags used by phpBB and a list of these tags can be found below. Unlike some convertors, this will generate proper paragraph tags (instead of just using a lot of line breaks), and takes advantage of CSS declarations for font sizes, colors, and more (as opposed to their depreciated HTML tag counterparts). There are also several options available. <span id="more-80"></span></p>
<h3>Try it out</h3>
<ul>
<li><a href="http://www.bbcode-to-html.com/">BBCode to HTML Converter</a></li>
</ul>
<p>

	<div style="margin: 10px 0 20px 0; padding: 6px; border: 1px solid #D5D5D5; background: #F3F3F3; color: #777777; font-weight: bold;">

	<a href="http://www.dagondesign.com/donate/"><img src="http://www.dagondesign.com/wp-content/themes/dagondesign3.11/images/donation-button-small.gif" style="vertical-align: middle; "></a>

	&nbsp; If you have found this page useful, please consider donating. Thanks!

	</div>

	</p>
<h3>Changelog</h3>
<ul>
<li><strong>07-01-09</strong> &#8211; Added support for the [center] [/center] tags</li>
<li><strong>01-17-07</strong> &#8211; Added several new tags. The converter is also now on its own domain &#8211; <a href="http://www.bbcode-to-html.com">bbcode-to-html.com</a></li>
<li><strong>06-16-06</strong> &#8211; First version.</li>
</ul>
<h3>Supported BBCode tags</h3>
<p>You can now find a complete list of the supported tags on the site linked above.</p>
<h3>Notes</h3>
<p>The HTML generated by this utility should be 100% valid, with one exception &#8211; the use of lists.</p>
<p>This converter generates lists the same way that phpBB does &#8211; without using closing <strong>li</strong> tags. It will actually validate as HTML, but not as XHTML. Even though it is technically legal with standard HTML, it is still kind of lazy to do. Actually I have not ever seen a BBCode parser in any forum script that does it the &#8216;right&#8217; way.</p>
<p>This converter also supports multi-level lists, but you cannot have one type of list inside another type of list. Ordered in ordered is ok, but not ordered in unordered, etc. Coincidentally, this problem is also found within phpBB <img src='http://www.dagondesign.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dagondesign.com/articles/bbcode-to-html-converter/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Windows XP and Vista Product Key Recovery</title>
		<link>http://www.dagondesign.com/articles/windows-xp-product-key-recovery/</link>
		<comments>http://www.dagondesign.com/articles/windows-xp-product-key-recovery/#comments</comments>
		<pubDate>Sat, 03 Jun 2006 19:30:02 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tools and Utilities]]></category>

		<guid isPermaLink="false">http://www.dagondesign.com/?p=36</guid>
		<description><![CDATA[There are many programs available for extracting the product key from a Windows XP or Vista installation. The only problem is that they generally require the computer to be functional to run. These programs are useless if the operating system is corrupt and the computer will not boot into Windows. Fortunately, there are other options. [...]]]></description>
			<content:encoded><![CDATA[<p>There are many programs available for extracting the product key from a Windows XP or Vista installation. The only problem is that they generally require the computer to be functional to run. These programs are useless if the operating system is corrupt and the computer will not boot into Windows. Fortunately, there are other options. This article explains how you can retrieve the product key with just the ntuser.dat file from the machine. You can also download a stand-alone version of my decrypter tool.<span id="more-36"></span></p>
<h3>Windows Vista Users</h3>
<p>I have been informed that this method also works on Windows Vista.</p>
<h3>Translations</h3>
<ul>
<li><a href="http://www.alltomxp.se/forum/index.php?topic=4214.0">Swedish translation of this article</a></li>
</ul>
<h3>Background Information</h3>
<p>While this may not sound very useful to the average user, if you work with computers on a daily basis you have most likely ran into this problem: You have to perform a fresh installation of Windows on a computer with a corrupt operating system, and the product key has been lost. This method makes it easy to find.</p>
<h3>Instructions</h3>
<p>The first step is getting the <strong>ntuser.dat</strong> file from the computer. In most cases the easiest method is to remove the hard drive, and connect it to a working machine.</p>
<p><strong>ntuser.dat</strong> is generally located here:<br />
<strong>C:\Documents and Settings\(User Name)\ntuser.dat</strong><br />
Where <strong>(User Name)</strong> is the primary account &#8211; Most often it is &#8216;Owner&#8217; or &#8216;User&#8217;</p>
<p>Now that you have the file, you need to be able to view it. I recommend loadhive.exe (<a href="http://www.dagondesign.com/files/loadhive.exe">Download it here</a>) from matcode.com.</p>
<p>Just run the program and select the file. It will show you a message with more information. It is important that you do not close this program until you are finished viewing the registry, as it temporarily loads the file, and unloads it again when you exit.</p>
<p>Now run <strong>regedit</strong>. Under <strong>HKEY_LOCAL_MACHINE</strong> you will notice a new sub-key called <strong>NTUSER</strong>. Starting with <strong>NTUSER </strong>go to <strong>Software > Microsoft > Windows NT > Current Version</strong>. </p>
<p>In the right window, double-click on <strong>DigitalProductID</strong>. This is the entry that contains the encoded product key.</p>
<p>We want the information in bytes 52 to 66. You can use the chart below for reference. We need the 15 sets of numbers where the 1&#8217;s are located.</p>
<pre>0000&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..
0008&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..
0010&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..
0018&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..
0020&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..
0028&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..
0030&nbsp;&nbsp;00 00 00 00 11 11 11 11&nbsp;&nbsp;..
0038&nbsp;&nbsp;11 11 11 11 11 11 11 11&nbsp;&nbsp;..
0040&nbsp;&nbsp;11 11 11 00 00 00 00 00&nbsp;&nbsp;..
0048&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..
0050&nbsp;&nbsp;00 00 00 00 00 00 00 00&nbsp;&nbsp;..</pre>
<p>Now that you have the 15 byte encrypted code, you can type it into my decrypter tool:</p>
<blockquote>
<h4>Web-based version</h4>
<p><a href="http://www.dagondesign.com/tools/windows-xp-key-decrypter/">Windows XP Key Decrypter Tool</a></p>
<h4>Downloadable stand-alone version (exe)</h4>
<p><a href="http://www.dagondesign.com/files/XPKeyDecrypt.exe">Windows XP Key Decrypter Tool</a>
</p></blockquote>
<p>Just click &#8216;<strong>Decrypt Code</strong>&#8216; and you will have your 25 digit Windows XP product key!</p>
<h3>Troubleshooting</h3>
<p>If you cannot find the DigitalProductId key in the file you loaded earlier, try the software hive located here:</p>
<p><b>\%SystemRoot%\System32\config\software</b></p>
<p>Load it the same way as before. Under regedit, it will generally create the new entries here: <b>HKEY_LOCAL_MACHINE\SOFTWARE_00</b> (although the loadhive program will tell you where it puts it).</p>
<h3>Final Notes</h3>
<ul>
<li>The decrypter tool ignores spaces and dashes, and is not case-sensitive.</li>
<li>If you cannot find ntuser.dat, make sure you can view hidden and system files.</li>
<li>If you are not sure which user account to select, I recommend searching for all ntuser.dat files on the drive, and using the largest one.</li>
<li>Do not attempt to open your own ntuser.dat file with Load Hive, because it is already in use, and you already have access to your own registry <img src='http://www.dagondesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>If you cannot find the proper key with the data you need, try the alternate hive file, mentioned in the troubleshooting section above.</li>
</ul>
<h3 style="color: #FF0000;">NOTICE!</h3>
<p>Please do not ask me how to retrieve the product key from your Windows CD &#8211; it is not possible. Also, please do not ask general Windows questions here. The comments below are only for discussion of this particular retrieval method. If you have Windows questions, or questions about product keys in general, search Google.</p>
<p>

	<div style="margin: 10px 0 20px 0; padding: 6px; border: 1px solid #D5D5D5; background: #F3F3F3; color: #777777; font-weight: bold;">

	<a href="http://www.dagondesign.com/donate/"><img src="http://www.dagondesign.com/wp-content/themes/dagondesign3.11/images/donation-button-small.gif" style="vertical-align: middle; "></a>

	&nbsp; If you have found this page useful, please consider donating. Thanks!

	</div>

	</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dagondesign.com/articles/windows-xp-product-key-recovery/feed/</wfw:commentRss>
		<slash:comments>296</slash:comments>
		</item>
	</channel>
</rss>
