六七湖吧 关注:36贴子:832
  • 3回复贴,共1

DISM 部署 映像 服务 管理

只看楼主收藏回复

1、查看映像
Dism 空格/Get-ImageInfo空格 /ImageFile:D:\WIN7\install.wim


2、装载映像
Dism空格 /Mount-Image空格 /ImageFile:路径及文件名 空格/index:序号 空格/MountDir:文件夹路径位置


3、添加驱动到映像(必须先装载映像xxx.wim)
若要安装文件夹及其所有子文件夹中的所有驱动程序,请使用 /recurse 选项
若要安装未签名的驱动程序,请使用 /ForceUnsigned
Dism 空格/Image:C:\test\offline空格 /Add-Driver空格/Driver:c:\drivers 空格/Recurse


4、保存并且卸载映像
Dism 空格/Unmount-Image空格 /MountDir:C:\test\offline空格 /commit


5、应用映像
Dism 空格/apply-image空格 /imagefile:install.wim 空格/index:序号空格/ApplyDir:D:\
Dism 空格/apply-image空格 /imagefile:install.swm/swmfile:install*.swm空格 /index:序号 空格/applydir:D:\


6、获取、捕捉映像
Dism 空格/Capture-Image 空格/ImageFile:D:\install.wim 空格/CaptureDir:D:\空格/Name:WIN10旗舰版


7、导出映像
Dism 空格/Export-Image 空格/SourceImageFile:D:\install.wim空格/SourceIndex:1 空格/DestinationImageFile:D:\install2.wim


8、附加映像
Dism 空格/Append-Image空格 /ImageFile:install.wim 空格/CaptureDir:D:\ 空格/Name:WIN10


9、删除映像(仅删除元数据条目和 XML 条目)
Dism 空格/Delete-Image 空格/ImageFile:install.wim 空格/Index:序号


10、拆分映像(单位是MB)
/FileSize 用于指定每个已创建文件的最大大小 (MB)。
Dism /Split-Image /ImageFile:install.wim /SWMFile:split.swm/FileSize:650


IP属地:浙江本楼含有高级字体1楼2016-07-31 12:13回复
    楼主,你要继续努力啊!你是贴吧的希望啊


    2楼2016-08-21 19:11
    收起回复
      新建and修复winodws引导
      bcdboot h:\Windows /l zh-cn /s j:


      IP属地:浙江本楼含有高级字体3楼2016-08-22 21:32
      回复