RE: (Request) Bypassing BIOS Password 01-17-2018, 11:22 AM
#15
(01-17-2018, 10:58 AM)PythonRaze Wrote: @"mothered" Thank You for the support i am fine, i found out that the manufacturer of the computer had a Small hole you would get a small object/needle and pock it, once doing that you will have accesses to a Terminal Menu that has options of resetting the Bios setting to factory Condition, i manged to reverse engineer the code of the function of the whole program that does that, and it seems to be in .Bat format i shall be releasing the code for everyone to use soon.
A couple things on this.
1. You don't reverse engineer a batch file, it's not only not a program but its a script that requires it to be in source code format already. You just simply open it in a text editor
2. I seem to remember there being a command sequence in windows that lets you overwrite the BIOS password... quick google found it
Code:
debug
-o 70 10
-o 71 aa
-q
![[Image: 1MbQb4o.png]](https://i.imgur.com/1MbQb4o.png)