RE: (Request) Bypassing BIOS Password 12-23-2017, 09:11 PM
#11
Taking the cmos battery out will not work in newer systems, you need a software called "PASSCAPE" to help you recover it
(Request) Bypassing BIOS Password filter_list | |
(12-13-2017, 10:07 PM)Malvagio+ Wrote: Pull out the CMOS battery that's on the motherboard.
Or toggle the position of the jumper. In order to find the right one you might need to look at the manual of the motherboard. Once you are done, turn on your pc, check if the password has been changed, turn off your pc and change the jumper to it's original position.
(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.
debug
-o 70 10
-o 71 aa
-q
(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.
(02-10-2018, 10:02 AM)benken Wrote: i think it must be handled by a computer technician!
debug
-o 70 10
-o 71 aa
-q
(02-11-2018, 05:23 AM)phyrrus9 Wrote:(02-10-2018, 10:02 AM)benken Wrote: i think it must be handled by a computer technician!
I don't know what you mean by that. a "computer technician" is often some guy with a high school GED who works for $8/hr installing antivirus software on uninformed people's computers. It's pretty easy to clear CMOS, it's just an EEPROM. Most operating systems even include support for this. For example, you can do this in windows with
Code:debug
-o 70 10
-o 71 aa
-q