Wednesday, 24 August 2011

How to Reset a BIOS Password

At command prompt type debug
you will get a - prompt where you can type the fallowing (<enter> means hit enter, not type enter*)

A <ENTER>
MOV AX,0 <ENTER>
MOV AX,CX <ENTER>
OUT 70,AL <ENTER>
MOV AX,0 <ENTER>
OUT 71,AL <ENTER>
INC CX <ENTER>
CMP CX,100 <ENTER>
JB 103 <ENTER>
INT 20 <ENTER>
<ENTER> just hit enter on this line
G <ENTER>
Q <ENTER>

No comments:

Post a Comment