| 
 | 
5#
 
 
 楼主 |
发表于 2012-4-30 22:23:10
|
只看该作者
 
 
 
回复 #4 sratlf 的帖子
- terminal --font-spacing=0:9
 
 - timeout 10
 
 - default 11
 
 - title
 
 - clear
 
 - title
 
 - clear
 
 - title
 
 - clear
 
 - title 
 
 - clear
 
 - title
 
 - clear
 
 - title
 
 - clear
 
  
- title                          [0] 绕过WINDOWS用户密码  \n     int15nolow=1
 
 - map --mem (bd)/AXPE/IMGS/KON.IMG (fd0)
 
 - --int15nolow=1
 
 - map --hook
 
 - chainloader (fd0)+1
 
 - find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
 
 - map () (hd0)
 
 - map --hook
 
 - rootnoverify (fd0)
 
  
- title                          [1] 绕过WINDOWS用户密码 \n     MEMDISK
 
 - kernel (bd)/AXPE/IMGS/MEMDISK
 
 - initrd (bd)/AXPE/IMGS/KON.IMG
 
 - find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
 
 - map () (hd0)
 
 - map (hd0) ()
 
 - map --rehook
 
  
 
- title                          [2] 清除WINDOWS用户密码 \n 汉化版本
 
 - pause --wait=0 Loading DOS Tool ...
 
 - map --mem (bd)/AXPE/IMGS/DOS.IMA (fd0) || map --mem (bd)/AXPE/IMGS/DOS.LZMA (fd0)
 
 - map --hook
 
 - dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
 
 - write --offset=1010 (fd0)/AUTOEXEC.BAT call pwd.bat c
 
 - chainloader (fd0)+1
 
 - rootnoverify (fd0)
 
  
 
- title                          [3] 清除WINDOWS用户密码  \n 英文原版
 
 - pause --wait=0 Loading DOS Tool ...
 
 - map --mem (bd)/AXPE/IMGS/DOS.IMA (fd0) || map --mem (bd)/AXPE/IMGS/DOS.LZMA (fd0)
 
 - map --hook
 
 - dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
 
 - write --offset=1010 (fd0)/AUTOEXEC.BAT call pwd.BAT e
 
 - chainloader (fd0)+1
 
 - rootnoverify (fd0)
 
  
- title                          [4] CMOS密码处理
 
 - pause --wait=0 Loading DOS Tool ...
 
 - map --mem (bd)/AXPE/IMGS/DOS.IMA (fd0) || map --mem (bd)/AXPE/IMGS/DOS.LZMA (fd0)
 
 - map --hook
 
 - dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=65 count=1 seek=185
 
 - write --offset=1010 (fd0)/AUTOEXEC.BAT call cmos.BAT
 
 - chainloader (fd0)+1
 
 - rootnoverify (fd0)
 
  
- title                          [5] 返回主菜单
 
 - configfile (bd)/AXPE/MENU.LST
 
 
  复制代码 
 
部分lst文件是这样写的,我看他的都能正常显示\n后面的帮助信息. |   
 
 
 
 |