imagex命令集锦
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
ImageX Tool for Windows
Version: 6.1.7600.16385
IMAGEX [FLAGS] /APPEND image_pathimage_file "image_name" ["description"]
appends 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:\imaging\data.wim "Drive D"
IMAGEX [FLAGS] /APPLY image_fileimage_number | image_nameimage_path
Applies 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:\imaging\data.wim 1 d:\New_Path
IMAGEX [FLAGS] /CAPTURE image_pathimage_file "image_name" ["description"]
Captures 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.