dism /capture-image /imagefile:d\win.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:\sources\install.wim 4 y:\
bcdboot x:\windows /s y:
Dism /get-wiminfo /wimfile:D:\songs.wim
三、将映像应用到硬盘。(命令行cmd)
例如将X:\sources\install.wim中第1个映像,应用到C盘。
Dism /apply-image /imagefile:X:\sources\install.wim /index:1 /ApplyDir:C:\
(注:当然也可以使用imagex。)

四、写入引导(命令行cmd)
bcdboot c:\windows 
重启之后再进行一些设置就可以进入桌面了。

相关文章:

  • 2021-06-11
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2021-09-19
  • 2021-07-15
  • 2021-10-27
  • 2021-08-11
猜你喜欢
  • 2021-11-17
  • 2021-03-28
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案