Programming CMOS password
-------------------------------------------------- ------------------------------
If you have forgotten the CMOS password, how will you handle it? I think the most original method is to discharge. This method can achieve the purpose of clearing the CMOS password, but it is necessary to turn on the chassis during operation, and the CMOS setting will also be cleared, obviously too trouble. In addition, there is a way that is a little simpler, which is to use Debug. The specific operation is: Type "O 70 11 Enter" and "O 71 10 Enter" in the DEBUG status prompt, then press "Q" to exit. This doesn't have to turn on the chassis, but CMOS still needs to be reset, so it is not easy. Below I will introduce you the easiest and most effective decryption law. The method is implemented by a small program, and the operation result of the program is the password of the CMOS. The source code under this program under BC 3.1 is as follows:
#Include
One thing to explain that the CMOS password obtained by this program is not necessarily the same as the password you set. For example, if the password is set to "586", it is "80 &". However, this is not tight, you will definitely solve the password in just the password input it. Don't believe it, try it.