|
在你做好的基础上编辑这两个文件.这样子选1就是重新启动,当然,你得像我一样事先往里面考进去了一个restart.com文件,选2就是往第一盘第一区恢复系统,选3是启动GHOST.如果使用者实在太菜了,你可以把第三项给删除了,就只给保留第一第二两项经防乱备份给备份出个有问题的镜像
至于密码,我也不会,不过在GHOST做备份的时候有这个选项可以选
AUTOEXEC.BAT
@ECHO OFF
IF "%config%"=="restore" GOTO restore
IF "%config%"=="reboot" GOTO reboot
IF "%config%"=="ghost" GOTO ghost
:restore
ghost -clone,mode=pload,src=windows.gho:1,dst=1:1 -sure -rb
:reboot
restart.com
:ghost
ghost
CONFIG.SYS
[menu]
menuitem=reboot, Reboot your computer.
menuitem=restore, Begin to restore your system.
menuitem=ghost, Go to ghost system.
menudefault=reboot,30
menucolor=7,0
[restore]
[reboot]
[ghost]
[COMMON]
[ 本帖最后由 流年转换 于 2006-11-26 07:00 PM 编辑 ] |
|