Sinisterly
(Request) Bypassing BIOS Password - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems)
+--- Thread: (Request) Bypassing BIOS Password (/Thread-Request-Bypassing-BIOS-Password)

Pages: 1 2 3


RE: (Request) Bypassing BIOS Password - gilmobiletech - 12-23-2017

Taking the cmos battery out will not work in newer systems, you need a software called "PASSCAPE" to help you recover it


RE: (Request) Bypassing BIOS Password - Dr. Keter - 01-16-2018

(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.

This. The CMOS battery saves BIOS settings (including the password), but most motherboards will have jumper pins you can short out to reset the password. That info will be in the motherboard manual.


RE: (Request) Bypassing BIOS Password - mothered - 01-17-2018

@"PythonRaze", given It's around a month since your Initial request, just touching base to see where you're at.

Do you still require assistance?


RE: (Request) Bypassing BIOS Password - PythonRaze - 01-17-2018

@"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.


RE: (Request) Bypassing BIOS Password - phyrrus9 - 01-17-2018

(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]


RE: (Request) Bypassing BIOS Password - PythonRaze - 01-17-2018

Yes i understand but the file was secured i had to reverse engineer a part of it to access the file.


RE: (Request) Bypassing BIOS Password - mothered - 01-17-2018

(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.

Good to read all Is fine.

I look forward to your contribution of the code.


RE: (Request) Bypassing BIOS Password - benken - 02-10-2018

i think it must be handled by a computer technician!


RE: (Request) Bypassing BIOS Password - phyrrus9 - 02-11-2018

(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



RE: (Request) Bypassing BIOS Password - benken - 02-11-2018

(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

I thought it would be very tough becoz messing with cmos and bios can be very bad!
Sorry anyway,
Thank you very much!