共计 1910 个字符,预计需要花费 5 分钟才能阅读完成。
前段时间呢,给朋友的一台老笔记本电脑无需拆机破解了一下bios的密码。
在搜索相关资料的时候发现有很多朋友遇到过类似的问题,这里说一下解决的办法
dell的开机密码分为三种: Primary Password, Admin Password 和 HD Password, 其中Primary Password最重要。仅以此为例解释清除密码的方法:
- Primary Password
如果您设置了系统的Primary Password,系统在开机时会有类似以下提示:
This computer system, #X4QT6**-595B, is protected by a password authentication system. You cannot access the data on this computer without the correct password.
Please type in the primary or administrator password and press Enter to continue.
(本机#X4QT6**-595B需要通过密码认证才能访问,请输入主密码或者管理员密码,按回车确认)
其中,#X4QT6**-595B字样的序列号(一般长度为7位,如果不足七位请在前面补上'*'),称ServiceTag,每台机器是唯一的。
虽然你已经遗忘了Primary或者Admin密码,好在每台机器都有唯一对应的超级密码,可以根据ServiceTag计算出超级密码。在这个开机提示界面中,输入超级密码,然后按住CTRL键再按ENTER(CTRL+ENTER)。在一段短暂的延迟后,系统就会正常启动。此时BIOS中的Primary Password和Admin Password已经被清除,您可以根据自己的需要重新设置密码。
目前,算号程序只支持以 595B, D35B,A95B,2A7B 结尾的ServiceTag.
- 计算超级密码
双击运行dellpass.exe,根据提示,在#后输入service tag(注意大小写和中间的'-') 敲回车,就会返回8位超级密码。
- Admin Password
如果你遗忘的是Admin Password, 你可以进BIOS随意设置一个Primary Password,按清除Primary Password的方法来清除密码。
- HD Password
如果你遗忘的是硬盘密码,系统在开机时会有类似以下提示:
Hard-disk #***01010013-595B, the system Primary HDD, is protected by a password authentication system. You cannot access the data on this hard drive without the correct password.
Please type in the hard-drive password and press
硬盘的ServiceTag是11位的(不算-595B),如果不足11位,请在前面补上'*'。
本程序同样可以根据硬盘的ServiceTag计算对应的超级密码。清除方法与Primary Password相同。
需要算号的可以添加微信 ououvu并注明来意,将为你有偿进行算号。
【需要准备好对应的代码类型,如下所示】
电脑品牌 | 代码类型 | 散列码/串行的例子 |
---|---|---|
Compaq | 5 decimal digits | 12345 |
Dell | serial number | 1234567-595B 1234567-D35B 1234567-2A7B 1234567-1D3B |
Fujitsu-Siemens | 5 decimal digits | 12345 |
Fujitsu-Siemens | 8 hexadecimal digits | DEADBEEF |
Fujitsu-Siemens | 5x4 hexadecimal digits | AAAA-BBBB-CCCC-DEAD-BEEF |
Fujitsu-Siemens | 5x4 decimal digits | 1234-4321-1234-4321-1234 |
Hewlett-Packard | 5 decimal digits | 12345 |
Hewlett-Packard/Compaq Netbooks | 10 characters | CNU1234ABC |
Insyde H20 (generic) | 8 decimal digits | 03133610 |
Phoenix (generic) | 5 decimal digits | 12345 |
Sony | 7 digit serial number | 1234567 |
Samsung | 12 hexadecimal digits | 07088120410C0000 |
目前支持戴尔、三星、索尼、惠普、东芝、康柏、富士通、Phoenix、Insyde H20等笔记本密码解密恢复。