引用:
原帖由 huiwin 于 2008-11-18 12:00 发表 
谢谢阿 硬盘 满了
有个简单教程 自己封装就好了
找一张了LENOVO的vista sp1原版盘(随便什么版本的),把里面的\sources\boot.wim复制出来(比如放在g盘),在g盘新建文件夹temp
imagex /mount g:\boot.wim 2 g:\temp
把g:\temp\lenovo\autounattend.xml复制出来(放在G盘)
imagex /unmount g:\temp
用记事本打开autounattend.xml,删除
<ProductKey>
<Key>24J6Q-YJJBG-V4K4Q-2J8HY-8HBQQ</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
保存。
imagex /mountrw g:\boot.wim 2 g:\temp
把用修改好的autounattend.xml替换原来的g:\temp\lenovo\autounattend.xml
imagex /unmount /commit g:\temp
imagex /export g:\boot.wim * f:\boot.wim (个人喜好,可有可无)
用ultraiso打开原版盘的镜像,用自己做的boot.wim替换原来的boot.wim,顺便根据需要修改一下文件的日期和光盘的卷标(以便伪装成原版……)。
另存为temp.iso。
这样做的话文件的LBA不完美,为了完美起见,用虚拟光驱(H盘)载入自制的temp.iso,调整系统的时间(这关系到生成的光盘的日期,这也是伪装成原版的技巧之一)
copype x86 g:\disc
oscdimg -m -n -o -lLENOVO_VISTA_SP1_ALL_SC_RDVD -bg:\disc\etfsboot.com h: g:\LENOVO_VISTA_SP1_ALL_SC_RDVD.iso
完工。