|
Terms and conditions: This article is only for educational
purposes. The author will not liable for any destruction or malfunctioning of system
due to the text of this article. By reading this article you are supposed to be agree
to the terms and conditions specified above.
I think you are already very much familiar with BIOS. It stands for Basic Input
Output System. This Article is about how to crack BIOS Password. Before
reading article please note that this trick is only tested on a system with Award
BIOS having Win98 installed. So I dont know whether it works on other
versions of BIOS and Windows or not. You can also test this trick on other
versions of BIOS as well as other versions of Windows.
What You have to do that just go to MS-DOS Prompt and write "debug" and press enter.
You will see prompt as follows:
c:\> debug
-
After getting this command prompt give the following command.
- O 70 2e
Now give one another command.
- O 71 ff
Now quit the debug prompt by following command.
- q
c:\>exit
Restart your computer and your computer will display "BIOS Checksum Error!" Message.
Press Del key to enter into BIOS Menu. Select "Load Defaults" option from the BIOS
Menu. After selecting this select "Save and Exit" option. Thus you will get rid of
the BIOS Password.
If you are familiar with C language the you can also do this with the help of C
Language. Make and Compile the following program:
#include<dos.h>
void main()
{
outport(0x70,0x2e);
outport(0x71,0xff);
}
Execute this program. Restart your computer and do the same process as specified
above. This will help you to get rid of BIOS Password.
So, Friends enjoy the party and have a very good time! In any case of problem just drop mail
at DesireOfStars[at]yahoo[DOT]com.
|