imagex命令集锦.docx_第1页
imagex命令集锦.docx_第2页
imagex命令集锦.docx_第3页
imagex命令集锦.docx_第4页
imagex命令集锦.docx_第5页
已阅读5页,还剩5页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

ImageX Tool for WindowsVersion: 6.1.7600.16385IMAGEX FLAGS /APPEND image_path image_file image_name descriptionappends a volume image to an existing image (WIM) file image_path - The path of the volume image to be captured. image_file - The path of the existing WIM file. image_name - The unique name for the image being appended to the WIM file. description - The text that provides additional reference information.Accepted FLAGS: /BOOT Marks a volume image as bootable. Available for Windows PE images only. /CHECK Enables WIM integrity checking. If not provided, existing checks are removed. /CONFIG configuration_file.ini Enables use of a configuration file for exclusion and compression options. configuration_file.ini - The path to the configuration file. /NORPFIX Disables reparse point path fixup. /SCROLL Scrolls output for redirection. /TEMP Specifies the path where temporary files are stored. /VERIFY Enables file resource verification.Example: imagex /append d: d:imagingdata.wim Drive DIMAGEX FLAGS /APPLY image_file image_number | image_name image_pathApplies a volume image to a specified path. image_file - The path of the WIM file containing the volume image. image_number - The number that identifies the image within the WIM file. image_name - The name that identifies the image within the WIM file. image_path - The path where the image will be applied.Accepted FLAGS: /CHECK Verifies integrity data in WIM file before application. /NORPFIX Disables reparse point path fixup. /REF splitwim2.swm Enables the reference of split WIM (SWM) files. splitwim2.swm - Path to additional split file(s). Wild cards are accepted. /SCROLL Scrolls output for redirection. /TEMP Specifies the path where temporary files are stored. /VERIFY Enables file resource verification.Example: imagex /apply d:imagingdata.wim 1 d:New_PathIMAGEX FLAGS /CAPTURE image_path image_file image_name descriptionCaptures a volume image from a drive to a new WIM file. image_path - The path to the volume image to be captured. image_file - The path of the new WIM file. image_name - The unique name for the image being captured. description - The text that provides additional reference information.Accepted FLAGS: /BOOT Marks a volume image as bootable. Available for Windows PE images only. /CHECK Enables WIM integrity checking. Flag must be supplied during updates. /COMPRESS maximum | fast | none Specifies the type of compression used for the initial capture operation. /CONFIG configuration_file.ini Enables use of a configuration file for exclusion and compression options. configuration_file.ini - The path to the configuration file. /NORPFIX Disables reparse point path fixup. /SCROLL Scrolls output for redirection. /TEMP Specifies the path where temporary files are stored. /VERIFY Enables file resource verification.Example: imagex /capture d: d:imagingdata.wim Drive DIMAGEX FLAGS /DELETE image_file image_number | image_nameDeletes the specified volume image from a WIM file with multiple volume images. image_file - The path of the WIM file containing the specified image. image_number - The number that identifies the image within the WIM file. image_name - The name that references the image within the WIM file.Accepted FLAGS: /CHECK Enables WIM integrity checking. If not provided, existing checks are removed. /TEMP Specifies the path where temporary files are stored.Example: imagex /delete d:imagingdata.wim 1IMAGEX /DIR image_file image_number | image_nameDisplays a list of the files and folders within a specified volume image. image_file - The path of the WIM file containing the specified image. image_number - The number that identifies the image within the WIM file. image_name - The name that identifies the image within the WIM file.Example: imagex /dir d:imagingdata.wim 1IMAGEX FLAGS /EXPORT src_file src_number | src_name dest_file dest_nameExports a copy of the specified image to another WIM file. src_file - The path of the WIM file that contains the image to be copied. src_number - The number that identifies the image within the source WIM. src_name - The name that identifies the image within the source WIM. dest_file - The path of the WIM file that will receive the image copy. dest_name - The unique name for the image in the destination WIM.Accepted FLAGS: /BOOT Marks a volume image as bootable. Available for Windows PE images only. /CHECK Enables WIM integrity checking. If not provided, existing checks are removed. /COMPRESS maximum | fast | none Specifies the type of compression used when exporting to a new WIM file. /REF splitwim2.swm Enables the reference of split WIM (SWM) files. splitwim2.swm - Path to additional split file(s). Wild cards are accepted. /TEMP Specifies the path where temporary files are stored.Comments: If src_name is * then all images are exported to dest_file.Example: imagex /export d:imagingdata.wim 1 d:imagingnewfile.wim Exported ImageIMAGEX FLAGS /INFO img_file img_number | img_name new_name new_descReturns the stored XML descriptions for the specified WIM or image. img_file - The path of the WIM file to be queried for XML information. img_number - The number that identifies an image within the WIM file. img_name - The name that identifies an image within the WIM file. new_name - The new unique name for the specified image. new_desc - The new description for the specified image.Accepted FLAGS: /BOOT Marks a volume image as bootable. Available for Windows PE images only. /CHECK If not provided, existing checks are removed during updates. /TEMP Specifies the path where temporary files are stored. /XML Returns the output as well-formed XML.Example: imagex /info d:imagingdata.wimIMAGEX FLAGS /SPLIT image_file dest_file sizeSplits an existing WIM file into multiple read-only split WIM (SWM) files. image_file - The path of the WIM file to split. dest_file - The path of the split file(s). size - The maximum size in megabytes (MB) for each created file.Accepted FLAGS: /CHECK Enables WIM integrity checking. If not provided, existing checks are removed.Example: imagex /split d:imagingdata.wim d:imagingsplitdata.swm 600IMAGEX /MOUNT image_file image_number | image_name image_pathMounts a WIM image with read-only permission, to a specified path. image_file - The path of the WIM file containing the specified image. image_number - The number that identifies the image within the WIM file. image_name - The name that identifies the image within the WIM file. image_path - The path where the specified image will be mounted.Without FLAGS: Lists mounted images.Accepted FLAGS: /CHECK Verifies integrity data in WIM file.Example: imagex /mount d:imagingdata.wim 2 c:mounted_imagesIMAGEX FLAGS /MOUNTRW image_file image_number | image_name image_pathMounts a WIM image with read/write permission, to a specified path. image_file - The path of the WIM file containing the specified image. image_number - The number that identifies the image within the WIM file. image_name - The name that identifies the image within the WIM file. image_path - The path where the specified image will be mounted.Without FLAGS: Lists mounted images.Accepted FLAGS: /CHECK Enables WIM integrity checking. If not provided, existing checks are removed.Example: imagex /mountrw d:imagingdata.wim 2 c:mounted_imagesIMAGEX /REMOUNT image_pathRecovers an orphaned mount path. image_path - The path to be remounted.Without FLAGS: Lists mounted images.Example: imagex /remount c:mounted_imagesIMAGEX FLAGS /COMMIT mount_path image_nameCommits the changes made to a mounted image without unmounting the image. mount_path - The path of the mounted image to commit. image_name - If the /append flag is set,

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论