dism /capture-image /imagefile:dwin.win /capturedir:c: /name:win81
dism /export-image /winboot /sourceimagefile:d:win.win /sourceindex:1 /destinationimagefile:c:winboot.win
dism /apply-image /imagefile:c:winboot.win /applydir:d: /index:1 /winboot
bcdboot
imagex /apply x:sourcesinstall.wim 4 y:
bcdboot x:windows /s y:
Dism /get-wiminfo /wimfile:D:songs.wim
三、将映像应用到硬盘。(命令行cmd)
例如将X:sourcesinstall.wim中第1个映像,应用到C盘。
Dism /apply-image /imagefile:X:sourcesinstall.wim /index:1 /ApplyDir:C:
(注:当然也可以使用imagex。)
四、写入引导(命令行cmd)
bcdboot c:windows
重启之后再进行一些设置就可以进入桌面了。
例如将X:sourcesinstall.wim中第1个映像,应用到C盘。
Dism /apply-image /imagefile:X:sourcesinstall.wim /index:1 /ApplyDir:C:
(注:当然也可以使用imagex。)
四、写入引导(命令行cmd)
bcdboot c:windows
重启之后再进行一些设置就可以进入桌面了。