<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [HOWTO] Remove password check from Recovery Console]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=2941&amp;type=atom"/>
	<updated>2008-07-28T21:22:15Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=2941</id>
		<entry>
			<title type="html"><![CDATA[[HOWTO] Remove password check from Recovery Console]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=22712#p22712"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ophielx]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=235</uri>
			</author>
			<updated>2008-07-28T21:22:15Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=22712#p22712</id>
		</entry>
</feed>
