<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [HOWTO] Remove password check from Recovery Console]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=2941</link>
		<description><![CDATA[The most recent posts in [HOWTO] Remove password check from Recovery Console.]]></description>
		<lastBuildDate>Mon, 28 Jul 2008 21:22:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[[HOWTO] Remove password check from Recovery Console]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=22712#p22712</link>
			<description><![CDATA[<p>If you&#039;ve ever tried to debug a failed installation with the recovery console, you&#039;ve probably run into the issue of your password not being accepted.</p><p>Here&#039;s how to get around it:</p><p>open spcmdcon.sys with a hex editor.<br />here&#039;s the search and replace bytes:</p><div class="codebox"><pre><code>change  0F 95 85 E3 FD FF FF (setnz [ebp+var_21D])
to:     C6 85 E3 FD FF FF 00 (mov [ebp+var_21D], 0)</code></pre></div><p>and then modifype your patched file and overwrite original.<br />Now Recovery Console won&#039;t ask for password.</p><p>Tested on: XP SP3 Recovery Console</p><p>If the bytes are different for other versions of windows just let me know and I&#039;ll make a patch for them too</p>]]></description>
			<author><![CDATA[null@example.com (ophielx)]]></author>
			<pubDate>Mon, 28 Jul 2008 21:22:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=22712#p22712</guid>
		</item>
	</channel>
</rss>
