<?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>The Firstwave &#187; Recovery Console</title>
	<atom:link href="http://www.great-one.co.uk/archives/tag/recovery-console/feed" rel="self" type="application/rss+xml" />
	<link>http://www.great-one.co.uk</link>
	<description>My corner of the internet</description>
	<lastBuildDate>Wed, 05 May 2010 12:57:56 +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>System restore from the recovery console (sort of)</title>
		<link>http://www.great-one.co.uk/archives/34</link>
		<comments>http://www.great-one.co.uk/archives/34#comments</comments>
		<pubDate>Sun, 12 Jul 2009 20:08:39 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Recovery Console]]></category>
		<category><![CDATA[System Restore]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=34</guid>
		<description><![CDATA[<p>I needed to run a system restore on a windows xp pc the other day but the system wouldn&#8217;t boot into to normal or safe mode so i needed to run a system restore from dos i found an article to recover from a corrupted registry that prevents xp from booting. KB307545</p>
<p>To restore the registry [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to run a system restore on a windows xp pc the other day but the system wouldn&#8217;t boot into to normal or safe mode so i needed to run a system restore from dos i found an article to recover from a corrupted registry that prevents xp from booting. <a title="KB307545" href="http://support.microsoft.com/kb/307545" target="_blank">KB307545</a></p>
<p>To restore the registry boot from the windows xp cd at start the recovery console when prompted then type the following commands.</p>
<p><span>md tmp<br />
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 c:\windows\system32\config\security      c:\windows\tmp\security.bak<br />
copy c:\windows\system32\config\default      c:\windows\tmp\default.bak</p>
<p>delete c:\windows\system32\config\system<br />
delete c:\windows\system32\config\software<br />
delete c:\windows\system32\config\sam<br />
delete c:\windows\system32\config\security<br />
delete c:\windows\system32\config\default</p>
<p>copy c:\windows\repair\system c:\windows\system32\config\system<br />
copy c:\windows\repair\software      c:\windows\system32\config\software<br />
copy c:\windows\repair\sam c:\windows\system32\config\sam<br />
copy c:\windows\repair\security      c:\windows\system32\config\security<br />
copy c:\windows\repair\default      c:\windows\system32\config\default</span></p>
<p>then reboot and hope it starts this obviously doesn&#8217;t replace any system files like a true system restore does but hopefully it will let the system start.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
