无忧启动论坛

标题: 呵呵,中文启动盘出炉了。 [打印本页]

作者: 紫狐    时间: 2002-1-14 00:17
标题: 呵呵,中文启动盘出炉了。
[UploadFile=2_2260.jpg]这是我作的中文启动盘。
作者: bongarcon    时间: 2002-1-14 00:20
标题: 呵呵,中文启动盘出炉了。
挺不错的!
另外问个问题,逻辑锁用什么软件解?谢谢!
作者: BB7    时间: 2002-1-14 09:26
标题: 呵呵,中文启动盘出炉了。
能详细介绍一下制作的过程吗?
作者: 紫狐    时间: 2002-1-14 12:34
标题: 呵呵,中文启动盘出炉了。
下面引用由bongarcon2002/01/14 00:20am 发表的内容:
挺不错的!
另外问个问题,逻辑锁用什么软件解?谢谢!
以前网上下载的江民炸弹里面就有制作解锁盘;
虽然很老了,但是现在还是有人利用它来破坏,
所以刻一个以防万一。

作者: 紫狐    时间: 2002-1-14 12:38
标题: 呵呵,中文启动盘出炉了。
diskemu.cmd

:start
cls
print
print     多引导启动 CD 主菜单                          制作人 : 紫狐 pURPLEfox
print
print
print
print                1)  启动 Windows M.E
print                2)  启动 Windows 98 SE
print                3)  启动 Windows 98
print                4)  启动 Windows 95 OSR 2
print                5)  启动 Windows 95
print                6)  启动 MS-DOS 6.22
print                7)  启动 EasyRecovery Professional 5
print                8)  启动 Windows 2000 命令行模式
print                9)  启动 Microsoft Client TCP/IP V1.6
print                a)  解除硬盘逻辑锁
print                e)  NT 密码编辑
print                q)  退到命令行模式
print                r)  重新启动
print
print
print
print           F1=帮助 / F10=重加载菜单 / F12=从 A 驱启动 / Esc=从硬盘启动
print
print   按相应的按键进行选择 :
:mainkey
getkey 15 esc
onkey 1 goto winme
onkey 2 goto win98se
onkey 3 goto win98
onkey 4 goto win95osr2
onkey 5 goto win95
onkey 6 goto dos622
onkey 7 goto er5
onkey 8 goto w2k
onkey 9 goto msclient
onkey a goto UNBOMB
onkey e goto editpasswd
onkey q quit
onkey r reboot
onkey 0x3b00 goto help
onkey 0x4400 run loader.bin
onkey esc boot 80
onkey 0x8600 boot 0
; When no key found...
goto mainkey
;
:help
cls
print            This Cd-Rom Is mAKE fOR pURPLEfox E-mail: pfox@21cn.com
print
print            If you Have Any Peradventure,Please Send E-mail for mE!
print
print                     All supported command are listed below.
print
print               batch           boot
print               bootinfotable   cd
print               cls             dir
print               echo            emusegm    _..,----,.._
print               getkey          goto         .-;'-.,____,.-';
print               help            keyval      (( |            |
print               loadsegm        onkey        `))            ;
print               print           quit          ` \          /
print               readtest        reboot       .-' `,.____.,' '-.
print               run             test        (     '------'     )
print               type            ver          `-=..________..--'
print                                         
print                                         
print
print
print              help <command> (or ?)   Displays help about <command>
print
print  Press any key to return to main menu
getkey
getkey
goto start
:winme
print Starting Microsoft Windows M.E
run winme.img
getkey
goto start
;
:win98se
print Starting Microsoft Windows 98 SE
run WIN98SE.IMG
getkey
goto start
;
:win98
print Starting Microsoft Windows 98
run WIN98.IMG
getkey
goto start
;
:win95osr2
print Starting Microsoft Windows 95 OSR 2
run WIN95B.IMG
getkey
goto start
;
:win95
print Starting Windows 95
run WIN95.IMG
getkey
goto start
;
:dos622
print Starting MS-DOS 6.22
run DOS622.img
getkey
goto start
;
:Er5
print Starting EasyRecovery Professional 5
run Easyrec.IMg
getkey
goto start
;
:UNBOMB
print Starting UNBOMB
run Unboom.img
getkey
goto start
;
:w2k
print Starting Windows 2000 BootAdm
run W2KSECT.DAT
getkey
goto start
;
:msclient
print Starting Microsoft Client TCP/IP V1.6
run MSCLIENT.IMA
getkey
goto start
;
:editpasswd
print Starting Edit NT or Win 2K Administra Passwd
run bd010114.bin
getkey
goto start
;

color.ini
nmyloader.bin
l
a1300
db 06
a
dw 0000
dw 024f
db 75
a
dw 0300
dw 1f4f
db 1e
a
dw 050d
dw 1343
db 07
a
dw 040b
dw 1241
db 3e
a
dw 050d
dw 113d
db 3f
a
dw 1500
dw 154f
db 1d
w
q


作者: 紫狐    时间: 2002-1-14 12:41
标题: 呵呵,中文启动盘出炉了。
下面引用由psfan2002/01/14 00:40am 发表的内容:
有没有颜色表?
推荐用一位台湾朋友制作的一个软件,
用于制作及模拟显示颜色,
以前的帖子有下载。

作者: HOLA    时间: 2002-1-14 18:22
标题: 呵呵,中文启动盘出炉了。
[UploadFile=2_2260_7.jpg]我倒是沒什麼變化,我比較著重於系統的整合...^^
作者: 碧海狂涛    时间: 2002-1-15 09:13
标题: 呵呵,中文启动盘出炉了。
那些 *.IMG 文件都放在那里呀?如果是放在光盘根目录下不是很乱吗?
作者: 七小木亥    时间: 2002-1-15 11:33
标题: 呵呵,中文启动盘出炉了。
Virtual PC for Windows 有没有正式版啊~~?




欢迎光临 无忧启动论坛 (http://wuyou.net./) Powered by Discuz! X3.3