<?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>Useful tips and stuff that matters &#187; registry</title>
	<atom:link href="http://www.theusefulblog.com/tag/registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theusefulblog.com</link>
	<description>Tips and tricks and stuff that matters for computers, internet, and many others.</description>
	<lastBuildDate>Thu, 26 Nov 2009 08:13:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Renaming the start menu button in Windows</title>
		<link>http://www.theusefulblog.com/post/renaming-the-start-menu-button-in-windows/</link>
		<comments>http://www.theusefulblog.com/post/renaming-the-start-menu-button-in-windows/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 09:17:38 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.theusefulblog.com/?p=335</guid>
		<description><![CDATA[
This video shows how you can rename the start menu button in Windows using Resource Hacker.
Copyright &#169; 2008 This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement [...]]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" style="width:425px; height:344px;" data="http://www.youtube.com/v/i9lK5uojDWI"><param name="movie" value="http://www.youtube.com/v/i9lK5uojDWI" /></object><br />
This video shows how you can rename the start menu button in Windows using <a href="http://www.angusj.com/resourcehacker/">Resource Hacker</a>.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/renaming-the-start-menu-button-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover a corrupt registry that prevents Windows from booting</title>
		<link>http://www.theusefulblog.com/post/how-to-recover-a-corrupt-registry-that-prevents-wi/</link>
		<comments>http://www.theusefulblog.com/post/how-to-recover-a-corrupt-registry-that-prevents-wi/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 07:35:00 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://www.tipspedia.info/2006/10/14/how-to-recover-a-corrupt-registry-that-prevents-wi/</guid>
		<description><![CDATA[Today my friend had a problem with his computer, while Windows is booting it restarted unexpectedly without leaving any error message. I tried to boot under safe mode, but still had the same problem, it restarted again. I then tried the start up option &#8220;Disable Automatic Restart on System Failure&#8221; on the boot menu, this [...]]]></description>
			<content:encoded><![CDATA[<p>Today my friend had a problem with his computer, while Windows is booting it restarted unexpectedly without leaving any error message. I tried to boot under safe mode, but still had the same problem, it restarted again. I then tried the start up option &#8220;Disable Automatic Restart on System Failure&#8221; on the boot menu, this time it gave me the blue screen with the message &#8220;<strong>registry error 0&#215;000051</strong>&#8221; and it told me that registry was corrupt. Because of this I had to use the recovery console to replace the corrupt registry with the last good registry found inside the <strong>System Volume Information</strong> folder, which is where the <strong>System Restore&#8217;s</strong> files located.<br />
<strong>Here&#8217;s how I did that:</strong></p>
<ol>
<li>After logging in to the recovery console <strong>cd</strong> to <strong>C:\System Volume Information</strong>, then <strong>dir</strong> to list the directories inside of it, you&#8217;ll see a lot of folder named <strong>_restore{*}</strong> along with their date, <strong>cd</strong> to the most recent <strong>_restore{*}</strong> . If you don&#8217;t know what recovery console is or you&#8217;re not comfortable with it <a href="http://support.microsoft.com/kb/307654">please check out this page</a>.</li>
<li>List all files inside of it and choose the most recent folder <strong>RPxxx</strong> that you think the registry at that date was still not corrupted.</li>
<li><strong>Cd</strong> to the folder <strong>Snapshot</strong>.</li>
<li>List all files again and you&#8217;ll notice something like<br />
<blockquote><p><strong>_REGISTRY_MACHINE_SAM<br />
_REGISTRY_MACHINE_SECURITY<br />
_REGISTRY_MACHINE_SOFTWARE<br />
_REGISTRY_MACHINE_SYSTEM<br />
_REGISTRY_USER_.DEFAULT</strong></p></blockquote>
</li>
<li>Back up the existing registries in the system folder just in case of the something goes wrong we can restore those registries<br />
<strong><br />
<code> </code></strong><strong><strong>copy c:\windows\system32\config\system c:\windows\tmp\system.bak<br />
copy c:\windows\system32\config\software c:\windows\tmp\software.bak<br />
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak<br />
copy<br />
c:\windows\system32\config\security c:\windows\tmp\security.bak<br />
copy<br />
c:\windows\system32\config\default c:\windows\tmp\default.bak</strong> </strong><strong></strong></li>
<li>Replace the corrupt registry in the system by running<br />
<code> </code><strong>copy _registry_machine_software c:\windows\system32\config\software<br />
copy _registry_machine_system c:\windows\system32\config\system<br />
copy _registry_machine_sam c:\windows\system32\config\sam<br />
copy _registry_machine_security c:\windows\system32\config\security<br />
copy _registry_user_.default c:\windows\system32\config\default<br />
</strong></li>
<li>After replace the above files restart the computer and it should boot appropriately again.</li>
</ol>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/how-to-recover-a-corrupt-registry-that-prevents-wi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
