2024年6月10日发(作者:)
可编辑
ImageX Tool for Windows
Version: 6.1.7600.16385
IMAGEX [FLAGS] /APPEND image_path image_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_
Enables use of a configuration file for exclusion and compression options.
configuration_ - 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: "Drive D"
IMAGEX [FLAGS] /APPLY image_file image_number |
image_name image_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
Enables the reference of split WIM (SWM) files.
- 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: 1 d:New_Path
精品文档,欢迎下载


发布评论