Custom Search

Clear the BIOS password


Here is the tutorial on clearing BIOS Password

Open Command Prompt ( Goto Run > Type cmd )


Type Debug in command prompt then you will get a new prompt then type following commands



A
MOV AX,0 "hit enter"
MOV AX,CX "hit enter"
OUT 70,AL " hit enter"
MOV AX,0 "hit enter"
OUT 71,AL "hit enter"
INC CX "hit enter"
CMP CX,100 "hit enter"
JB 103 "hit enter"
INT 20 "hit enter"
hit enter in this line
G
Q



Please Comment !