|
ko20010214
版主
       
积分 7294
发帖 1628
注册 2002-10-16
状态 离线
|
『楼 主』:
妙用“DEBUG”轻易清除CMOS密码[转帖]
使用 LLM 解释/回答一下
如果你忘记了进入CMOS设置程序的密码,除了可以在主板上使用跳线短接清除的方法外,还可以使用软件清除的方法,下面就来介绍如何在DOS下清除CMOS密码的方法。
在DOS中提供了一个编辑器,就是DEBUG,这是一个非常实用的工具,启动方法是,在DOS命令提示符状态下输入命令:DEBUG、此时即可进入DEBUG编辑界面。
在命令符状态下输入命令后,重新启动电脑即可清除CMOS密码,下面给出五个清除CMOS密码的命令行。
方法一
-o 70 16
-o 71 16
-q
方法二
-o 70 11
-o 71 ff
-q
方法三
-o 70 10
-o 71 10
-q
方法四
-o 70 23
-o 71 34
-q
方法五
o 70 10
-o 71 ff
-q
我们在方法一、二、三、四、五中都用到了70和71两个数字(如表1),是因为CMOS中数据访问是通过70和71这两个I/O端口来实现的。端口70H是一个字节的地址端口,用来设置CMOS中数据的地址,而端口71H则是用来读写端口70H设置CMOS地址中的数据单元内容。
除了前面介绍的DEBUG方法外,还可以使用一些工具软件清除,比如Pctools 5.0、Biospwds.exe和Comspwd.exe等,这里就不一一介绍了。
If you forget the password to enter the CMOS setup program, in addition to the method of using jumper shorting on the motherboard to clear it, you can also use the software clearing method. The following will introduce how to clear the CMOS password under DOS.
In DOS, there is an editor, which is DEBUG. It is a very practical tool. The startup method is to enter the command DEBUG at the DOS command prompt, and then you can enter the DEBUG editing interface.
After entering the command in the command prompt state, restart the computer to clear the CMOS password. The following are five command lines to clear the CMOS password.
Method one
-o 70 16
-o 71 16
-q
Method two
-o 70 11
-o 71 ff
-q
Method three
-o 70 10
-o 71 10
-q
Method four
-o 70 23
-o 71 34
-q
Method five
o 70 10
-o 71 ff
-q
We used the two numbers 70 and 71 in methods one, two, three, four, and five (as shown in Table 1) because the data access in CMOS is implemented through these two I/O ports 70 and 71. Port 70H is a byte address port, used to set the address of data in CMOS, and port 71H is used to read and write the content of the data unit in the CMOS address set by port 70H.
In addition to the DEBUG method introduced earlier, some tool software can also be used to clear, such as Pctools 5.0, Biospwds.exe and Comspwd.exe, etc. Here they will not be introduced one by one.
|

ko20010214
=================================
大功告成,打个Kiss!
ko20010214@MSN.com
神州优雅Q300C
Intel CeleronM 370处理器 | 256MbDDR内存
40G硬盘 | USB2.0 | IEEE 1394
13.3 ' WXGA 宽屏(16:10) | COMBO光驱
10/100M网卡 | 四合一读卡器
|
|
2002-11-6 00:00 |
|
|
defrag
中级用户
   痴迷DOS者
积分 456
发帖 570
注册 2004-10-9
状态 离线
|
『第 2 楼』:
也可不破坏设置的破戒
使用 LLM 解释/回答一下
c>debug
-o70 11
-o71 14
-q
c>
Last edited by defrag on 2005-7-21 at 14:09 ]
c>debug
-o70 11
-o71 14
-q
c>
Last edited by defrag on 2005-7-21 at 14:09 ]
|

DOS不是万能的,没有DOS是万万不能的
自古系统谁无死?留取胆清照汗青!uploadImages/20035317345478982.png |
|
2005-7-21 14:07 |
|
|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
|
2005-7-23 18:32 |
|
|
lanyu008
新手上路

积分 13
发帖 7
注册 2005-12-12 来自 广西柳州
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
在WINXP开机时没有命令行啊。
而且从带命令行的安全模式进入时也要输入密码,那么请问大家是怎么在输入密码前找到命令行的。谢谢~~
There is no command line when starting up in WINXP. And when entering from the safe mode with command line, you also need to enter the password. Then, may I ask how everyone finds the command line before entering the password. Thanks~~
|
|
2005-12-12 01:11 |
|
|
wbhing
新手上路

积分 6
发帖 3
注册 2005-12-12
状态 离线
|
|
2005-12-12 15:43 |
|
|
hzy
高级用户
   
积分 578
发帖 135
注册 2003-7-10
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by lanyu008 at 2005-12-12 01:11 AM:
在WINXP开机时没有命令行啊。
而且从带命令行的安全模式进入时也要输入密码,那么请问大家是怎么在输入密码前找到命令行的。谢谢~~
也想知道!
Originally posted by lanyu008 at 2005-12-12 01:11 AM:
There is no command line when booting in WINXP.
And when entering from the safe mode with command line, you also need to enter the password. Then, may I ask everyone how to find the command line before entering the password. Thanks~~
Also want to know!
|
|
2005-12-12 23:09 |
|
|
wphs0326
银牌会员
     爱DOS但不迷DOS
积分 1708
发帖 509
注册 2004-2-25 来自 安徽淮南
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
用98启动盘或是DOS启动盘启动进入DOS界面,因为是CMOS密码,跟你用的是什么系统没有关系的
Boot from a 98 boot disk or a DOS boot disk to enter the DOS interface. Because it's a CMOS password, it has nothing to do with the system you're using.
|

°·.∴▍★∴ 我们的泰坦尼克.....
I l☆ve you!
☆.°·▍▍.☆█☆.°★ 永不会沉没.
◥█▅▅██▅▅██▅▅▅▅███◤
我的主页:http://wphs.ik8.com我的网络硬盘:wphs.ys168.com
Email:wphs@ah163.com QQ:43500498(附加消息:中国DOS联盟)
|
|
2005-12-16 15:29 |
|
|
hzy
高级用户
   
积分 578
发帖 135
注册 2003-7-10
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
如原来设置了硬盘为第一启动盘的话,不通过输入密码(或清除CMOS密码)进入BIOS更改设置的话,怎么从软盘或光盘启动?
If the hard disk was originally set as the first boot device, and you want to boot from a floppy disk or CD-ROM without entering a password (or clearing the CMOS password) to change the BIOS settings, how to do it?
|
|
2005-12-17 00:02 |
|
|
ofaith
新手上路

积分 10
发帖 5
注册 2005-12-18
状态 离线
|
|
2005-12-18 20:40 |
|
|
scandisk
初级用户
 
积分 20
发帖 11
注册 2005-12-20
状态 离线
|
|
2005-12-20 09:37 |
|